Skip to content

Commit

Permalink
Remove AIR pad-pack test
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhang93 committed Oct 30, 2024
1 parent 6a03eda commit e7c9c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tools/ci/cpu_comparison/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,8 @@ def aie_vs_llvm_cpu(
config,
test_file,
use_ukernel=False,
tile_pipeline="pad-pack",
lower_to_aie_pipeline="air",
tile_pipeline="pack-peel",
lower_to_aie_pipeline="objectFifo",
function_name=None,
seed=1,
rtol=1e-6,
Expand Down

0 comments on commit e7c9c6a

Please sign in to comment.