1
I Use This!
Low Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 27, 2024 — Jan 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CPU Benchmark files for initializers (#63) More... 7 months ago
fix: new routines GPU implementation More... 7 months ago
New methods and features for 0.6.0 (#64) More... 7 months ago
Update README.md More... 7 months ago
fix: update PHP_NDARRAY_VERSION to 0.5.2 More... 7 months ago
stubs.php file for the NDArray class (#61) More... 7 months ago
fix: segmentation fault with empty arrays initialization via __construct or static call (#60) More... 7 months ago
fix: destructor causing segmentation fault (#59) More... 7 months ago
GPU matmul refactoring and optimization (#53) More... 7 months ago
NDArray::standard_normal() 'expects at most 3 arguments' bugfix (#54) More... 7 months ago
NDArray::poisson() 'Argument #2 ($lam) must be of type float, float g… (#56) More... 7 months ago
Delete config.w32 More... 8 months ago
Merge pull request #52 from NumPower/fix/cublas_matmul More... 8 months ago
Merge branch 'main' into fix/cublas_matmul More... 8 months ago
fix: Uses cuBLAS instead of the CUDA kernel to perform matmul More... 8 months ago
Update LICENSE More... 8 months ago
Create NOTICE More... 8 months ago
Update LICENSE More... 8 months ago
Update README.md More... 8 months ago
Merge pull request #50 from NumPower/feat/ndarray_0_5_0 More... 8 months ago
fix: ndarray::prod test update More... 8 months ago
fix: update README.md with MKL optional requirement More... 8 months ago
chore: fix NDArray_CopyFromZendArray indentation More... 8 months ago
feat: NDArray file persistence More... 8 months ago
feat: logic operations now supports broadcast and GPU support More... 8 months ago
feat: base DNN implementation for CPU More... 8 months ago
feat: logic operations now supports broadcast and GPU support More... 8 months ago
fix: negative zeros when zeros are multiplied by negative floats. More... 8 months ago
feat: NDArray::mean now accepts axis parameter More... 8 months ago
feat: NDArray::squeeze method More... 8 months ago