From 41d8dd365dc4180141278fcbdebb8536f5a3ed77 Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Sat, 20 May 2017 19:13:27 -0500 Subject: [PATCH] Fix comment. --- loopy/codegen/bounds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loopy/codegen/bounds.py b/loopy/codegen/bounds.py index ae91abd5..442985e6 100644 --- a/loopy/codegen/bounds.py +++ b/loopy/codegen/bounds.py @@ -70,7 +70,7 @@ def get_usable_inames_for_conditional(kernel, sched_index): for prev_sched_index, sched_item in enumerate(kernel.schedule): if prev_sched_index == sched_index: if not within_subkernel: - # Outside all subkernels - use only inames available to device. + # Outside all subkernels - use only inames available to host. return frozenset(result) from loopy.schedule import CallKernel, ReturnFromKernel -- GitLab