CLBlast/CHANGELOG
2015-06-20 16:47:50 +02:00

19 lines
467 B
Plaintext

Development version (next release)
- Added support for complex conjugate transpose
- Several host-code performance improvements
- Improved testing infrastructure and coverage
- Added level-2 routines:
* SGEMV/DGEMV/CGEMV/ZGEMV
- Added level-3 routines:
* CGEMM/ZGEMM
* CSYMM/ZSYMM
Version 0.1.0
- Initial preview version release to GitHub
- Supported level-1 routines:
* SAXPY/DAXPY/CAXPY/ZAXPY
- Supported level-3 routines:
* SGEMM/DGEMM
* SSYMM/DSYMM