Skip to content

Commit

Permalink
Revert "Re-enable air pipeline for cpu comparison tests"
Browse files Browse the repository at this point in the history
This reverts commit f04fe91.
  • Loading branch information
erwei-xilinx committed Nov 1, 2024
1 parent f04fe91 commit 26a111d
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 26a111d

Please sign in to comment.