summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-07-12 15:14:35 +0200
committerCNugteren <web@cedricnugteren.nl>2015-07-12 15:14:35 +0200
commitc920400261dd8067dccf5158a1e694d294fb1c61 (patch)
tree4e224b2935f10d5c3f2be2a7caeba19d4f568665
parentb5d39d9d0c3e1084cb5131e2822d4fb754b0b412 (diff)
Added HEMM, HERK, HER2K, and TRMM
-rw-r--r--CHANGELOG4
-rw-r--r--README.md8
2 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c58922f3..aa4894ee 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,8 +2,12 @@
Development version (next release)
- Re-organized test/client infrastructure to avoid code duplication
- Added level-3 routines:
+ * CHEMM/ZHEMM
* SSYRK/DSYRK/CSYRK/ZSYRK
+ * CHERK/ZHERK
* SSYR2K/DSYR2K/CSYR2K/ZSYR2K
+ * CHER2K/ZHER2K
+ * STRMM/DTRMM/CTRMM/ZTRMM
Version 0.2.0
- Added support for complex conjugate transpose
diff --git a/README.md b/README.md
index 8ed05286..4967be2d 100644
--- a/README.md
+++ b/README.md
@@ -177,12 +177,12 @@ CLBlast is in active development and currently does not support the full set of
| ---------|---|---|---|---|---------|
| xGEMM | ✔ | ✔ | ✔ | ✔ | |
| xSYMM | ✔ | ✔ | ✔ | ✔ | |
-| xHEMM | - | - | | | |
+| xHEMM | - | - | ✔ | ✔ | |
| xSYRK | ✔ | ✔ | ✔ | ✔ | |
-| xHERK | - | - | | | |
+| xHERK | - | - | ✔ | ✔ | |
| xSYR2K | ✔ | ✔ | ✔ | ✔ | |
-| xHER2K | - | - | | | |
-| xTRMM | | | | | |
+| xHER2K | - | - | ✔ | ✔ | |
+| xTRMM | ✔ | ✔ | ✔ | ✔ | |
| xTRSM | | | | | |