summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcnugteren <web@cedricnugteren.nl>2016-03-31 20:20:32 -0700
committercnugteren <web@cedricnugteren.nl>2016-03-31 20:20:32 -0700
commit8217b017028412594f663a66187f99c3ee0878c9 (patch)
tree6292b44f8a426985d63939bdb4de20cc901196b6 /README.md
parent8c3c6db7d07adaacb702fdaabfdf18f74fbfea13 (diff)
Updated the documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index d3d77c34..ac614026 100644
--- a/README.md
+++ b/README.md
@@ -170,14 +170,14 @@ CLBlast is in active development but already supports almost all the BLAS routin
| xROT | | | - | - | |
| xROTM | | | - | - | |
| xSWAP | ✔ | ✔ | ✔ | ✔ | |
-| xSCAL | ✔ | ✔ | ✔ | ✔ | +CS +ZD |
+| xSCAL | ✔ | ✔ | ✔ | ✔ | |
| xCOPY | ✔ | ✔ | ✔ | ✔ | |
| xAXPY | ✔ | ✔ | ✔ | ✔ | |
| xDOT | ✔ | ✔ | - | - | |
| xDOTU | - | - | ✔ | ✔ | |
| xDOTC | - | - | ✔ | ✔ | |
-| xNRM2 | | | - | - | +SC +DZ |
-| xASUM | | | - | - | +SC +DZ |
+| xNRM2 | ✔ | ✔ | ✔ | ✔ | |
+| xASUM | | | | | |
| IxAMAX | | | | | |
| Level-2 | S | D | C | Z | Notes |
@@ -234,7 +234,7 @@ Tuning and testing on a variety of OpenCL devices was made possible by:
* [TU/e ES research group](http://www.es.ele.tue.nl/)
* [ASCI DAS4 and DAS5](http://www.cs.vu.nl/das4/)
-* [Dividiti](http://www.dividiti.com)
+* [dividiti](http://www.dividiti.com)
* [SURFsara HPC center](http://www.surfsara.com)
Support us
@@ -250,4 +250,3 @@ To-do list before release of version 1.0
- Allow the user control over events and synchronization
- Add half-precision routines (e.g. HGEMM)
- Enable correctness and performance testing against a CPU-based BLAS library
-- Test in multi-threaded environments