File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 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 }})
You can’t perform that action at this time.
0 commit comments