Skip to content
Snippets Groups Projects
Commit de137d54 authored by Matt Wala's avatar Matt Wala
Browse files

Add a return statement to reader_map().

parent fd69a7fc
No related branches found
No related tags found
1 merge request!101Add global barrier helper functions to loopy
Pipeline #
......@@ -786,6 +786,8 @@ class LoopKernel(ImmutableRecordWithoutPickling):
for var_name in insn.read_dependency_names() & admissible_vars:
result.setdefault(var_name, set()).add(insn.id)
return result
@memoize_method
def writer_map(self):
"""
......
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