We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a044da commit 8ab3249Copy full SHA for 8ab3249
psytran/loop.py
@@ -247,5 +247,4 @@ def get_perfectly_nested_loops(schedule):
247
if bottom_loop in get_descendents(top_loop):
248
loops.remove(bottom_loop)
249
250
- # return list of perfectly nested loops
251
return loops
0 commit comments