From db0f288666cc1e420dfe7177e8624a1e4d874d65 Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Thu, 7 Sep 2017 16:36:48 -0500 Subject: [PATCH] Make the description a bit more precise. --- loopy/kernel/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/loopy/kernel/__init__.py b/loopy/kernel/__init__.py index 8d59b528a..e042e9ec4 100644 --- a/loopy/kernel/__init__.py +++ b/loopy/kernel/__init__.py @@ -219,8 +219,9 @@ 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. - If *False*, does not look at `instructions`. + :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`. """ if cache_manager is None: -- GitLab