Updated changelog with testing improvements

This commit is contained in:
CNugteren 2015-06-20 16:47:50 +02:00
parent c365614eb5
commit 84dd6ba1d7

View file

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