Skip to content

Commit

Permalink
Remove warning-inducing loopy insn
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Nov 18, 2024
1 parent 31471a6 commit 04a2ccb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyop2/codegen/rep2loopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,6 @@ def renamer(expr):
lang_version=(2018, 2),
name=wrapper_name)

# prioritize loops
for indices in context.index_ordering:
wrapper = loopy.prioritize_loops(wrapper, indices)

# register kernel
kernel = builder.kernel
headers = set(kernel.headers)
Expand Down

0 comments on commit 04a2ccb

Please sign in to comment.