Skip to content

Commit

Permalink
Add CUDA 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Aug 6, 2024
1 parent f43a324 commit f352bcc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jobs:
fail-fast: false
matrix:
build:
- {latest: "false", cuda: "11.8.0-base"}
- {latest: "false", cuda: "11.8.0-cudnn8-runtime"}
- {latest: "false", cuda: "11.8.0-cudnn8-devel"}
- {latest: "false", cuda: "12.4.1-base"}
- {latest: "false", cuda: "12.4.1-cudnn-runtime"}
- {latest: "false", cuda: "12.4.1-cudnn-devel"}
- {latest: "false", cuda: "12.1.1-base"}
- {latest: "false", cuda: "12.1.1-cudnn8-runtime"}
- {latest: "false", cuda: "12.1.1-cudnn8-devel"}
Expand Down Expand Up @@ -173,9 +173,6 @@ jobs:
fail-fast: false
matrix:
build:
- {latest: "false", rocm: "5.7-core"}
- {latest: "false", rocm: "5.7-runtime"}
- {latest: "false", rocm: "5.7-devel"}
- {latest: "false", rocm: "6.0-core"}
- {latest: "false", rocm: "6.0-runtime"}
- {latest: "false", rocm: "6.0-devel"}
Expand Down

0 comments on commit f352bcc

Please sign in to comment.