From b7310036eda482e8871d6a9d1e1660f93be1fd49 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sun, 26 Feb 2017 12:56:21 +0100 Subject: Removed half-precision support from the TRSM routine; too unstable --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 13b67300..5500fc9d 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ CLBlast supports almost all the Netlib BLAS routines plus a couple of extra non- | xSPR | ✔ | ✔ | - | - | ✔ | | xSYR2 | ✔ | ✔ | - | - | ✔ | | xSPR2 | ✔ | ✔ | - | - | ✔ | -| xTRSV | ✔ | ✔ | ✔ | ✔ | ✔ | (experimental, un-optimized) +| xTRSV | ✔ | ✔ | ✔ | ✔ | | (experimental, un-optimized) | Level-3 | S | D | C | Z | H | | ---------|---|---|---|---|---| @@ -266,7 +266,7 @@ CLBlast supports almost all the Netlib BLAS routines plus a couple of extra non- | xSYR2K | ✔ | ✔ | ✔ | ✔ | ✔ | | xHER2K | - | - | ✔ | ✔ | - | | xTRMM | ✔ | ✔ | ✔ | ✔ | ✔ | -| xTRSM | ✔ | ✔ | ✔ | ✔ | ✔ | (experimental, un-optimized) +| xTRSM | ✔ | ✔ | ✔ | ✔ | | (experimental, un-optimized) In addition, some extra non-BLAS routines are also supported by CLBlast, classified as level-X. They are experimental and should be used with care: -- cgit v1.2.3