summaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-10-20 18:21:31 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-10-20 18:21:31 +0200
commit5fd1f2fc609a771d852cad1bd4ad4f02489016a5 (patch)
tree5a19646ffc91684ac5c629114395f55e470d2c06 /ROADMAP.md
parent472f90501ce5ed11ca3e1fe7e1f7004abe2162e9 (diff)
Added first version of a roadmap
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
new file mode 100644
index 00000000..07fb1ed2
--- /dev/null
+++ b/ROADMAP.md
@@ -0,0 +1,12 @@
+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 |