summaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-10-25 20:34:59 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-10-25 20:35:39 +0200
commit8cdb5cb4a71723288a7923f6e31050de7f3db9e8 (patch)
tree809ffc78ed3b3592d122498ae752533c59ccb675 /ROADMAP.md
parentd49aae236eca2dddc3228791ec367cc0c9d3bc7e (diff)
Updated roadmap with links to issues and status
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 07fb1ed2..13e45add 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -3,10 +3,10 @@ CLBlast feature road-map
This file gives an overview of the main features planned for addition to CLBlast. A first-order indication time-frame for development time is provided:
-| Issue# | When | Who | What |
-| -----------|-------------|-----------|---------------|
-| N/A | Oct '17 | CNugteren | CUDA API for CLBlast |
-| #169, #195 | Oct-Nov '17 | CNugteren | Auto-tuning the kernel selection parameter |
-| #181, #201 | Nov '17 | CNugteren | Compilation for Android and testing on Qualcomm Adreno |
-| #128, #205 | Nov-Dec '17 | CNugteren | Pre-processor for loop unrolling and array-to-register-promotion for e.g. ARM Mali |
-| #169 | '17 | dividiti | Problem-specific tuning parameter selection |
+| Issue# | When | Who | Status | What |
+| -----------|-------------|-----------|--------|---------------|
+| - | Oct '17 | CNugteren | ✔ | CUDA API for CLBlast |
+| [#169](https://github.com/CNugteren/CLBlast/issues/169), [#195](https://github.com/CNugteren/CLBlast/issues/195) | Oct-Nov '17 | CNugteren | | Auto-tuning the kernel selection parameter |
+| [#181](https://github.com/CNugteren/CLBlast/issues/181), [#201](https://github.com/CNugteren/CLBlast/issues/201) | Nov '17 | CNugteren | | Compilation for Android and testing on Qualcomm Adreno |
+| [#128](https://github.com/CNugteren/CLBlast/issues/128), [#205](https://github.com/CNugteren/CLBlast/issues/205) | Nov-Dec '17 | CNugteren | | Pre-processor for loop unrolling and array-to-register-promotion for e.g. ARM Mali |
+| [#169](https://github.com/CNugteren/CLBlast/issues/169) | '17 | dividiti | | Problem-specific tuning parameter selection |