summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-01-03 20:38:48 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-01-03 20:38:48 +0100
commita3925e506094d1ec7301704af990ccb69831df4e (patch)
treeda3221dea1048c4272c7dac40363f1583a9f3025
parent5315b982a9f7a58b047021ab5038781f9e4ac482 (diff)
Updated the ROADMAP
-rw-r--r--ROADMAP.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 18ac0bc5..0488d048 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -10,8 +10,9 @@ This file gives an overview of the main features planned for addition to CLBlast
| [#181](https://github.com/CNugteren/CLBlast/issues/181) & #201 | Nov '17 | CNugteren | ✔ | Compilation for Android and testing on a device |
| - | Nov '17 | CNugteren | ✔ | Integration of CLTune for easy testing on Android / fewer dependencies |
| [#128](https://github.com/CNugteren/CLBlast/issues/128) & #205 | Nov-Dec '17 | CNugteren | ✔ | Pre-processor for loop unrolling and array-to-register-promotion for e.g. ARM Mali |
-| [#207](https://github.com/CNugteren/CLBlast/issues/207) | Dec '17 | CNugteren | | Tuning of the TRSM/TRSV routines |
-| [#195](https://github.com/CNugteren/CLBlast/issues/195) | Jan '18 | CNugteren | | Extra GEMM API with pre-allocated temporary buffer |
+| [#207](https://github.com/CNugteren/CLBlast/issues/207) | Dec '17 | CNugteren | ✔ | Tuning of the TRSM/TRSV routines |
+| [#195](https://github.com/CNugteren/CLBlast/issues/195) | Jan '18 | CNugteren | ✔ | Extra GEMM API with pre-allocated temporary buffer |
+| [#233](https://github.com/CNugteren/CLBlast/issues/233) | Jan '18 | CNugteren | | Add CLBlast to common package managers |
| [#224](https://github.com/CNugteren/CLBlast/issues/224) | Jan-Feb '18 | CNugteren | | Implement Hadamard product (element-wise vector-vector product) |
| [#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 |