From ea2431c36aa88b06a6026ae48a1a0580b17c28a4 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 6 Feb 2017 15:22:22 -0600 Subject: [PATCH] Minor comment addition --- loopy/codegen/loop.py | 1 + 1 file changed, 1 insertion(+) diff --git a/loopy/codegen/loop.py b/loopy/codegen/loop.py index 1a7d318bb..a33446204 100644 --- a/loopy/codegen/loop.py +++ b/loopy/codegen/loop.py @@ -423,6 +423,7 @@ def generate_sequential_loop_dim_code(codegen_state, sched_index): impl_ubound) for moved_iname in moved_inames: + # move moved_iname to 'set' dim_type in impl_loop dt, idx = impl_loop.get_var_dict()[moved_iname] impl_loop = impl_loop.move_dims( dim_type.set, impl_loop.dim(dim_type.set), -- GitLab