Skip to content
Snippets Groups Projects
Commit 41d8dd36 authored by Matt Wala's avatar Matt Wala
Browse files

Fix comment.

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