CLBlast/CHANGELOG

25 lines
636 B
Plaintext
Raw Normal View History

2015-05-30 12:30:43 +02:00
2015-06-24 07:52:19 +02:00
Development version (next release)
- Re-organized test/client infrastructure to avoid code duplication
2015-06-24 07:52:19 +02:00
- Added level-3 routines:
* SSYRK/DSYRK/CSYRK/ZSYRK
* SSYR2K/DSYR2K/CSYR2K/ZSYR2K
2015-06-24 07:52:19 +02:00
2015-06-21 09:13:08 +02:00
Version 0.2.0
- Added support for complex conjugate transpose
- Several host-code performance improvements
- Improved testing infrastructure and coverage
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
2015-05-30 12:30:43 +02:00
- Supported level-3 routines:
* SGEMM/DGEMM
* SSYMM/DSYMM