From d1db32f93802d91159c9d423953693cdea0bc31e Mon Sep 17 00:00:00 2001 From: jdsteve2 <jdsteve2@illinois.edu> Date: Thu, 28 May 2020 01:10:28 -0500 Subject: [PATCH] swap left+right columns of name registry table again; more precise wording --- doc/ref_kernel.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/ref_kernel.rst b/doc/ref_kernel.rst index 277e743c1..9aaca71cd 100644 --- a/doc/ref_kernel.rst +++ b/doc/ref_kernel.rst @@ -167,17 +167,18 @@ Variable Name Registry ^^^^^^^^^^^^^^^^^^^^^^ Individual Loopy submodules use their own prefix beginning with ``_lp_`` for -internally-created IR variable names. Each prefix is only used for names -created within the listed module, and the prefix used within any module may -not itself be a prefix of the prefix for another module. +all internally-created IR variable names. Each prefix is only used for names +created within the listed module, and the prefixes must be disjoint, i.e., the +prefix used within any module may not itself be a prefix of the prefix for +another module. Reserved Name Prefixes """""""""""""""""""""" ================================== ================================== -Module Reserved Prefix for Variable Names +Reserved Prefix for Variable Names Scope/Module(s) ================================== ================================== -:mod:`loopy.linearization.checker` ``_lp_linchk_`` +``_lp_linchk_`` :mod:`loopy.linearization.checker` ================================== ================================== .. _instructions: -- GitLab