diff --git a/loopy/kernel/data.py b/loopy/kernel/data.py index e692bb36584dfd393e7b154bf68ddcfcf621f6d3..3ba3f1918884209936d80c2462eb9c738f1fb58e 100644 --- a/loopy/kernel/data.py +++ b/loopy/kernel/data.py @@ -502,7 +502,7 @@ class InstructionBase(Record): a :class:`frozenset` of :attr:`id` values of :class:`Instruction` instances with which no barrier synchronization is necessary, even given the existence - of a dependency chain and apparently conflicting writes + of a dependency chain and apparently conflicting access .. rubric:: Conditionals @@ -538,7 +538,8 @@ class InstructionBase(Record): A :class:`set` of inames into which the instruction may need to be boosted, as a heuristic help for the scheduler. - Also allowed to be *None*. + Also allowed to be *None* to indicate that this hasn't been + decided yet. .. rubric:: Tagging