Updated with conjugate transpose and CGEMM/ZGEMM CSYMM/ZSYMM

This commit is contained in:
CNugteren 2015-06-17 07:12:45 +02:00
parent 7e176ccac9
commit 8b2dbdba98
2 changed files with 8 additions and 3 deletions

View file

@ -1,11 +1,16 @@
Development version (next release) Development version (next release)
- Added support for complex conjugate transpose
- Added level-2 routines: - Added level-2 routines:
SGEMV/DGEMV/CGEMV/ZGEMV SGEMV/DGEMV/CGEMV/ZGEMV
- Added level-3 routines:
CGEMM/ZGEMM
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, SSYMM/DSYMM SGEMM/DGEMM
SSYMM/DSYMM

View file

@ -175,8 +175,8 @@ CLBlast is in active development and currently does not support the full set of
| Level-3 | S | D | C | Z | Notes | | Level-3 | S | D | C | Z | Notes |
| ---------|---|---|---|---|---------| | ---------|---|---|---|---|---------|
| xGEMM |`x`|`x`| | | | | xGEMM |`x`|`x`|`x`|`x`| |
| xSYMM |`x`|`x`| | | | | xSYMM |`x`|`x`|`x`|`x`| |
| xHEMM | - | - | | | | | xHEMM | - | - | | | |
| xSYRK | | | | | | | xSYRK | | | | | |
| xHERK | - | - | | | | | xHERK | - | - | | | |