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

Remove a comment in the loopy transform logic that's no longer correct

parent 2da5c294
Branches
No related tags found
No related merge requests found
......@@ -279,7 +279,6 @@ class PyOpenCLArrayContext(ArrayContext):
@memoize_method
def transform_loopy_program(self, program):
# FIXME: This assumes that the iname 'iel' exists.
# FIXME: This could be much smarter.
import loopy as lp
all_inames = program.all_inames()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment