summaryrefslogtreecommitdiff
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
parent8c3c6db7d07adaacb702fdaabfdf18f74fbfea13 (diff)
Updated the documentation
-rw-r--r--CHANGELOG3
-rw-r--r--README.md9
2 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f45a35dd..c52e041d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
Development version (next release)
- Added exports to be able to create a DLL on Windows (thanks to Marco Hutter)
- Made the library thread-safe
+- Fixed the use of events within the library
+- Added level-1 routines:
+ * SNRM2/DNRM2/ScNRM2/DzNRM2
Version 0.6.0
- Added support for MSVC (Visual Studio) 2015
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