Skip to content

Commit

Permalink
Disable rocm build
Browse files Browse the repository at this point in the history
  • Loading branch information
chcheng3 committed Sep 28, 2024
1 parent a4485c8 commit b93b15b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
download-build-test:
strategy:
matrix:
accelerator: [cpu, cuda, rocm]
accelerator: [cpu, cuda]
real-precision: [real64]
mode: [debug, optimize]
exclude:
- {accelerator: rocm, mode: debug}
# exclude:
# - {accelerator: rocm, mode: debug}
env:
ACCELERATOR: ${{matrix.accelerator}}
REAL_PRECISION: ${{matrix.real-precision}}
Expand Down

0 comments on commit b93b15b

Please sign in to comment.