Skip to content
Snippets Groups Projects
Commit e7c6ea1f authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

More doc work.

parent 6a40ca21
No related branches found
No related tags found
No related merge requests found
......@@ -44,14 +44,10 @@ To-do
- What if no universally valid precompute base index expression is found?
(test_intel_matrix_mul with n = 6*16, e.g.?)
- When duplicating inames, use iname aliases to relieve burden on isl
- Add dependencies after the fact
- bug? with fetching only g[j,*] inside j loop
- reg rolling
- Expose iname-duplicate-and-rename as a primitive.
- Allow parameters to be varying during run-time, substituting values
......@@ -61,13 +57,15 @@ To-do
- Scalar insn priority
- add_prefetch tagging
- : (as in, Matlab full-sclice) in prefetches
Future ideas
^^^^^^^^^^^^
- reg rolling
- When duplicating inames, use iname aliases to relieve burden on isl
- (Web) UI
- Check for unordered (no-dependency) writes to the same location
......@@ -109,6 +107,8 @@ Future ideas
Dealt with
^^^^^^^^^^
- add_prefetch tagging
- nbody GPU
-> pending better prefetch spec
- Prefetch by sample access
......
......@@ -24,7 +24,7 @@ Expressions
* `if`
* `reductions`
* duplication of reduction inames
* duplication of reduction inames
* complex-valued arithmetic
* tagging of array access and substitution rule use ("$")
......@@ -191,7 +191,7 @@ Finishing up
Automatic Testing
-----------------
.. autofunction:: auto_test_ref
.. autofunction:: auto_test_vs_ref
Troubleshooting
---------------
......@@ -210,6 +210,3 @@ following always works::
.. autofunction:: preprocess_kernel
.. autofunction:: get_dot_dependency_graph
Investigating Scheduler Problems
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment