Skip to content

Commit b14f68f

Browse files
committed
The air-dma-to-channel pass is now more correctly preserving the input dependency, leading to more correct dependency graph but at the cost of mroe bds. Test modified to limit the number of bds per queue
1 parent 22ebc51 commit b14f68f

File tree

1 file changed

+1
-0
lines changed
  • test/xrt/11_gemm_bias_fusion

1 file changed

+1
-0
lines changed

test/xrt/11_gemm_bias_fusion/gen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,6 @@
190190
air_loop_fusion=True,
191191
omit_auto_broadcast=True,
192192
channel_multiplexing=["L1",],
193+
runtime_loop_tiling_sizes=[2, 2],
193194
)
194195
backend.compile(air_module)

0 commit comments

Comments
 (0)