From e7c9c6a26af1f94e16a72d2361b7e1ba4db1c415 Mon Sep 17 00:00:00 2001 From: yzhang93 Date: Wed, 30 Oct 2024 12:25:37 -0700 Subject: [PATCH] Remove AIR pad-pack test --- build_tools/ci/cpu_comparison/run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_tools/ci/cpu_comparison/run.py b/build_tools/ci/cpu_comparison/run.py index 96f060d4c..9c7e0f1fb 100755 --- a/build_tools/ci/cpu_comparison/run.py +++ b/build_tools/ci/cpu_comparison/run.py @@ -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,