Skip to content

Commit

Permalink
Switch off keep-memref-dealloc in aircc
Browse files Browse the repository at this point in the history
  • Loading branch information
erwei-xilinx committed Feb 7, 2025
1 parent 7fbaf82 commit e249507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/air/compiler/aircc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_experimental_passes(omit_pingpong=True):
EXPERIMENTAL_PASSES += [
"func.func(air-loop-fusion)",
"air-label-scf-for-to-ping-pong",
"air-ping-pong-transform{keep-memref-dealloc=true}",
"air-ping-pong-transform",
]
EXPERIMENTAL_PASSES += [
"air-isolate-async-dma-loop-nests",
Expand Down

0 comments on commit e249507

Please sign in to comment.