Skip to content
Snippets Groups Projects
Commit 3323cff3 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix schedule hinting.

parent 8fd88781
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ def generate_loop_schedules(kernel, hints=[]):
hints = hints[1:]
if hints and hints[0] in schedulable:
schedulable = set(hints[0])
schedulable = set([hints[0]])
if schedulable:
# have a schedulable variable? schedule a loop for it, recurse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment