Skip to content

Commit

Permalink
[CI] Disable reset_npu in phoenix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhang93 committed Feb 6, 2025
1 parent ed9e895 commit 75f303a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 75f303a

Please sign in to comment.