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.