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

Minor doc fixes

parent 96ec86e7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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