Skip to content

Commit

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

0 comments on commit aa1a25d

Please sign in to comment.