File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ priorities grow and shift.
88
99This 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.
2625These are the things that we would like to implement, but we currently have no
2726demand 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
You can’t perform that action at this time.
0 commit comments