summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-02-20 14:15:41 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2016-02-20 14:15:41 +0100
commit6dc44da07bc0209a399a3e40300aa859e41034d9 (patch)
tree12ecdbb35e98f92919c42ad5fc4068a0cf66e0e8 /README.md
parent8854a731276b3f32c9e381a228733de7c6d95760 (diff)
Added support for xGERU and xGERC routines
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2add9798..ae228836 100644
--- a/README.md
+++ b/README.md
@@ -155,7 +155,7 @@ These graphs can be generated automatically on your own device. First, compile C
Supported routines
-------------
-CLBlast is in active development but already supports the majority of BLAS routines. The currently supported routines are marked with '✔' in the following tables:
+CLBlast is in active development but already supports almost all the BLAS routines. The currently supported routines are marked with '✔' in the following tables:
| Level-1 | S | D | C | Z | Notes |
| ---------|---|---|---|---|---------|
@@ -191,9 +191,9 @@ CLBlast is in active development but already supports the majority of BLAS routi
| xTRSV | | | | | |
| xTBSV | | | | | |
| xTPSV | | | | | |
-| xGER | | | - | - | |
-| xGERU | - | - | | | |
-| xGERC | - | - | | | |
+| xGER | ✔ | ✔ | - | - | |
+| xGERU | - | - | ✔ | ✔ | |
+| xGERC | - | - | ✔ | ✔ | |
| xHER | - | - | | | |
| xHPR | - | - | | | |
| xHER2 | - | - | | | |