From bd15c865e1cfa16b80cd2860e9fa768549c7c471 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 1 Jul 2020 15:50:09 -0500 Subject: [PATCH] Remove a comment in the loopy transform logic that's no longer correct --- meshmode/array_context.py | 1 - 1 file changed, 1 deletion(-) diff --git a/meshmode/array_context.py b/meshmode/array_context.py index 4c049ead..6724c2af 100644 --- a/meshmode/array_context.py +++ b/meshmode/array_context.py @@ -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() -- GitLab