From e66df24da451e7c4c3a7d87d118ea7bb83c587e1 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 17 Oct 2017 09:56:13 -0500 Subject: [PATCH] Document InOrderSequentialTag --- doc/ref_kernel.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/ref_kernel.rst b/doc/ref_kernel.rst index 85716fd93..3f01b0764 100644 --- a/doc/ref_kernel.rst +++ b/doc/ref_kernel.rst @@ -130,6 +130,7 @@ Iname Implementation Tags Tag Meaning =============================== ==================================================== ``None`` | ``"for"`` Sequential loop +``"ord"`` Forced-order sequential loop ``"l.N"`` Local (intra-group) axis N ("local") ``"g.N"`` Group-number axis N ("group") ``"unr"`` Unroll -- GitLab