Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary loopy transform that produces warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Nov 18, 2024
1 parent e06308d commit bb39bdc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tsfc/loopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,6 @@ def generate(impero_c, args, scalar_type, kernel_name="loopy_kernel", index_name
preambles=preamble
)

# Prevent loopy interchange by loopy
knl = lp.prioritize_loops(knl, ",".join(ctx.index_extent.keys()))

return knl, event_name


Expand Down

0 comments on commit bb39bdc

Please sign in to comment.