From cda499e4e2243fb5fce756e6cc89b448bfdd85b6 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 5 Feb 2012 17:22:10 -0500 Subject: [PATCH] Add some doc hints that I'm likely to forget. --- doc/reference.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/reference.rst b/doc/reference.rst index 71062604e..a6c3bc988 100644 --- a/doc/reference.rst +++ b/doc/reference.rst @@ -10,6 +10,15 @@ guide :ref:`guide` instead. .. _tags: +Expressions +----------- + +* `if` +* complex-valued arithmetic + +Assignments and Substitution Rules +---------------------------------- + Tags ---- @@ -21,6 +30,7 @@ Tag Meaning `"l.auto"` Automatically chosen local (intra-group) axis `"unr"` Plain unrolling `"ilp"` Unroll using instruction-level parallelism +`"inn"` Realize parallel iname as innermost loop ===================== ==================================================== (Throughout this table, `N` must be replaced by an actual number.) -- GitLab