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

Fix isl_context property of LoopKernel

parent 4f841674
No related branches found
No related tags found
No related merge requests found
......@@ -469,7 +469,7 @@ class LoopKernel(RecordWithoutPickling):
def get_home_domain_index(self, iname):
return self._get_home_domain_map()[iname]
@memoize_method
@property
def isl_context(self):
for dom in self.domains:
return dom.get_ctx()
......
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