summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG1
-rw-r--r--README.md2
2 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4a87ecb5..07810499 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@
Development version (next release)
- Now using the Claduc C++11 interface to OpenCL
- Removed clBLAS sources, it should now be installed separately for testing
+- Added plain C API for increased compatibility (clblast_c.h)
- Added level-2 routines:
* CHEMV/ZHEMV
* SSYMV/DSYMV
diff --git a/README.md b/README.md
index 965da95e..386e7bf9 100644
--- a/README.md
+++ b/README.md
@@ -208,8 +208,6 @@ To-do list before release of version 1.0
- Increase the functionality:
* Support all routines supported by clBLAS
* Allow the user control over events and synchronization
- * Add an interface with OpenCL C++ data-types
- * Add an old-style C compatible interface
* Add half-precision routines (e.g. HGEMM)
- Improve host performance:
* Allow initialization to pre-compile kernels and store to disk