From 75f303a9d2cbff4e9c010016101fee339616ee2a Mon Sep 17 00:00:00 2001 From: yzhang93 Date: Thu, 6 Feb 2025 10:50:33 -0800 Subject: [PATCH] [CI] Disable reset_npu in phoenix e2e test --- .github/workflows/ci-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 0325f77c6..09fdd0b11 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -206,10 +206,10 @@ jobs: --peano_dir=$PWD/llvm-aie \ --vitis_dir=/opt/Xilinx/Vitis/2024.2 \ --target_device="npu1_4col" \ - --reset_npu_between_runs -v \ --xrt_lite_n_core_rows=$XRT_LITE_N_CORE_ROWS \ --xrt_lite_n_core_cols=$XRT_LITE_N_CORE_COLS \ - --skip_tests=Performance + --skip_tests=Performance \ + -v # Run the 'Performance' tests. These do not check numerical correctness, # just measure the time to run some workloads.