Skip to content

Commit 6e711f1

Browse files
committed
[CI] fix ROCm CI
1 parent 8ce2778 commit 6e711f1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
name: self-hosted-amd
9191
# Format: [Nightly-]ROCm-<major>.<minor>[.<patch>]. E.g., "ROCm-6.4" or "Nightly-ROCm-7.0".
9292
# Use "Nightly-" prefix to use torch nightly builds.
93-
toolkit: Nightly-ROCm-7.0
93+
toolkit: ROCm-6.3
9494
- tags: [macos-latest]
9595
name: macos-latest
9696
toolkit: Metal # or Nightly-Metal
@@ -352,8 +352,6 @@ jobs:
352352
- name: Run ROCm tests with Python ${{ matrix.python-version }} (${{ matrix.runner.toolkit }})
353353
id: rocm-tests
354354
if: contains(matrix.runner.toolkit, 'ROCm')
355-
# FIXME: ROCm test incorrectly skips tests
356-
continue-on-error: true
357355
run: |
358356
cd testing
359357
PYTEST=(
@@ -362,7 +360,6 @@ jobs:
362360
)
363361
"${PYTEST[@]}" --maxfail=3 --numprocesses=4 \
364362
./python/amd/test_tilelang_test_amd.py
365-
echo "::error::ROCm tests are known to be skipped incorrectly due to ROCm TVM build issues." >&2
366363
367364
# Apple Metal tests
368365
- name: Run Metal tests with Python ${{ matrix.python-version }} (${{ matrix.runner.toolkit }})

0 commit comments

Comments
 (0)