summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-02-18 18:01:26 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-02-18 18:01:26 +0100
commitc3a3976b7deac175557d74cab4fceb95f2531601 (patch)
treebc2b7aab3399a6650fef043d906398c37340f2f5
parentce5e2a1e008bee3512a9e17db4d6ded17d2141e6 (diff)
Updated changelog and roadmap: Python package created
-rw-r--r--CHANGELOG1
-rw-r--r--ROADMAP.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 13b20d9d..89af84f2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,6 @@
Development (next version)
+- Added Python interface to CLBlast 'PyCLBlast'
- Added non-BLAS level-1 routines:
* SHAD/DHAD/CHAD/ZHAD/HHAD (Hadamard element-wise vector-vector product)
diff --git a/ROADMAP.md b/ROADMAP.md
index df42f75c..df7f6488 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -15,5 +15,5 @@ This file gives an overview of the main features planned for addition to CLBlast
| [#95](https://github.com/CNugteren/CLBlast/issues/95) & #237 | Jan '18 | CNugteren | ✔ | Implement strided batch GEMM |
| [#224](https://github.com/CNugteren/CLBlast/issues/224) | Jan-Feb '18 | CNugteren | ✔ | Implement Hadamard product (element-wise vector-vector product) |
| [#233](https://github.com/CNugteren/CLBlast/issues/233) | Feb '18 | CNugteren | | Add CLBlast to common package managers |
-| [#223](https://github.com/CNugteren/CLBlast/issues/223) | Feb '18 | CNugteren | | Python OpenCL interface |
+| [#223](https://github.com/CNugteren/CLBlast/issues/223) | Feb '18 | CNugteren | ✔ | Python OpenCL interface |
| [#169](https://github.com/CNugteren/CLBlast/issues/169) | ?? | dividiti | | Problem-specific tuning parameter selection |