Skip to content

Commit

Permalink
Revert "16"
Browse files Browse the repository at this point in the history
This reverts commit 0004ae3.

Signed-off-by: Ivan Butygin <[email protected]>
  • Loading branch information
Hardcode84 committed Dec 20, 2024
1 parent 0004ae3 commit 4db5578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
run: |
pip install --no-compile -r pytorch-rocm-requirements.txt
export WAVE_RUN_E2E_TESTS=1
export WAVE_DISTRIBUTE_GPU_TESTS=16
WAVE_CACHE_ON=0 pytest -n 16 --capture=tee-sys -vv ./tests/kernel/wave/
export WAVE_DISTRIBUTE_GPU_TESTS=8
WAVE_CACHE_ON=0 pytest -n 8 --capture=tee-sys -vv ./tests/kernel/wave/
- name: Run e2e tests on AMD GPU MI250
if: "contains(matrix.os, 'mi250') && !cancelled()"
Expand Down

0 comments on commit 4db5578

Please sign in to comment.