First release
Added GPU support for static vectors and matrices in 32-bit precision
- Added dynamic vectors and matrices
- More consistent API
- Improved type inference
- Universal functions
Minor API improvement: no need to specify float32
when creating literal
instances of Vector32
Started adding 64-bit operations on GPU
Support for (static) 64-bit types on the GPU
Support for dynamic types (32 or 64-bit) on the GPU
Moved term rewrites to a separate package
Fix for latest Nim
Fix for latest Nim
Added LAPACK solver functions
Fixed CUDA compilation with latest Nim
Added a few aggregate functions (mean, sum, ...)
Added more aggregate functions
Minor fix
- Fixed various deprecations
- Improved dependencies
- Added Hadamard products
Added templates to generate vectors and matrices more efficiently
Minor fix
Minor fix
Fixed weird scoping with new templates to generate vectors and matrices
Had to restore previous version with broken scoping
Fixed template scoping again