Skip to content

Commit

Permalink
transformations: (lower-linalg-to-snitch) remove LINALG_SNITCH_OPTIMI…
Browse files Browse the repository at this point in the history
…ZATION_PASSES [NFC] (#3708)

This was used for the paper at some point, but is now unnecessary.
  • Loading branch information
superlopuh authored Jan 7, 2025
1 parent 061f484 commit c1d6f68
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions xdsl/transforms/test_lower_linalg_to_snitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,6 @@
*LOWER_SNITCH_STREAM_TO_ASM_PASSES,
)

LINALG_SNITCH_OPTIMIZATION_PASSES: tuple[ModulePass, ...] = (
# + Unroll and Jam (O4)
memref_stream_interleave.MemrefStreamInterleavePass(),
# + FRep (O3)
convert_riscv_scf_for_to_frep.ConvertRiscvScfForToFrepPass(),
# + Scalar Replacement (O2)
memref_stream_unnest_out_parameters.MemrefStreamUnnestOutParametersPass(),
# + Streams (O1)
memref_streamify.MemrefStreamifyPass(),
)


@dataclass(frozen=True)
class TestLowerLinalgToSnitchPass(ModulePass):
Expand Down

0 comments on commit c1d6f68

Please sign in to comment.