diff --git a/loopy/kernel/__init__.py b/loopy/kernel/__init__.py index e042e9ec4af28fe4ea451be5982766443f1cb31a..8bb5842979bb8f987930e91bcea79e71355721ec 100644 --- a/loopy/kernel/__init__.py +++ b/loopy/kernel/__init__.py @@ -219,7 +219,7 @@ class LoopKernel(ImmutableRecordWithoutPickling): intersected in slab decomposition, their grid sizes shouldn't change. This provides a way to forward sub-kernel grid size requests. - :arg uniquify_instruction_ids: Ensure all instruction ids are unique and + :arg uniquify_instruction_ids: Ensure all instruction IDs are unique and convert any IDs that are :class:`loopy.UniqueName` or *None* into appropriate strings. If *False*, does not look at `instructions`. """