Added the SYRK routine

This commit is contained in:
CNugteren 2015-06-24 07:52:19 +02:00
parent 60a88aac86
commit 3de4471afe
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,8 @@
Development version (next release)
- Added level-3 routines:
* SSYRK/DSYRK/CSYRK/ZSYRK
Version 0.2.0
- Added support for complex conjugate transpose
- Several host-code performance improvements

View file

@ -178,7 +178,7 @@ CLBlast is in active development and currently does not support the full set of
| xGEMM |`x`|`x`|`x`|`x`| |
| xSYMM |`x`|`x`|`x`|`x`| |
| xHEMM | - | - | | | |
| xSYRK | | | | | |
| xSYRK |`x`|`x`|`x`|`x`| |
| xHERK | - | - | | | |
| xSYR2K | | | | | |
| xHER2K | - | - | | | |