CLBlast/CHANGELOG

18 lines
417 B
Plaintext
Raw Normal View History

2015-05-30 12:30:43 +02:00
2015-06-15 08:41:37 +02:00
Development version (next release)
- Added support for complex conjugate transpose
- Some host-code performance improvements
2015-06-15 08:41:37 +02:00
- Added level-2 routines:
SGEMV/DGEMV/CGEMV/ZGEMV
- Added level-3 routines:
CGEMM/ZGEMM
CSYMM/ZSYMM
2015-06-15 08:41:37 +02:00
2015-05-30 12:30:43 +02:00
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