diff --git a/CHANGELOG b/CHANGELOG index 52931b75..b462dd37 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,16 @@ Development version (next release) +- Added support for complex conjugate transpose - Added level-2 routines: SGEMV/DGEMV/CGEMV/ZGEMV +- Added level-3 routines: + CGEMM/ZGEMM + CSYMM/ZSYMM 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 + SGEMM/DGEMM + SSYMM/DSYMM diff --git a/README.md b/README.md index f64c5095..7c2b6208 100644 --- a/README.md +++ b/README.md @@ -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 | | ---------|---|---|---|---|---------| -| xGEMM |`x`|`x`| | | | -| xSYMM |`x`|`x`| | | | +| xGEMM |`x`|`x`|`x`|`x`| | +| xSYMM |`x`|`x`|`x`|`x`| | | xHEMM | - | - | | | | | xSYRK | | | | | | | xHERK | - | - | | | |