Skip to content

Commit 484f99c

Browse files
update roadmap
1 parent 09b5f77 commit 484f99c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

roadmap.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ priorities grow and shift.
88

99
This is the list of features that we want to have implemented by the next version.
1010

11-
* Option to set function that computes search space restriction, instead of a list of strings
12-
* Option to set function that computes grid dimensions instead of grid divisor lists
11+
* A test_kernel function to perform parameterized testing without tuning
1312
* Option to set dynamically allocated shared memory for CUDA backend
1413

1514
### version 1.0.0
@@ -26,8 +25,10 @@ implemented in earlier versions.
2625
These are the things that we would like to implement, but we currently have no
2726
demand for it. If you are interested in any of these, let us know!
2827

28+
* Option to set function that computes search space restriction, instead of a list of strings
29+
* Option to set function that computes grid dimensions instead of grid divisor lists
2930
* Provide API for analysis of tuning results
30-
* Tuning compiler options in combination with other parameters kernel
31+
* Tuning compiler options in combination with other parameters
3132
* Example that tunes a kernel using thread block re-indexing
3233
* Example CUDA host code that uses runtime compilation
3334

0 commit comments

Comments
 (0)