Skip to content

Commit af9a073

Browse files
Merge pull request #1171 from matthewdouglas/build-cu124
Add CUDA 12.4 to Linux x86-64 Build Workflow
2 parents 0c64a0d + ebac862 commit af9a073

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,12 @@ jobs:
6363
os: [ubuntu-latest, windows-latest]
6464
arch: [x86_64, aarch64]
6565
cuda_version:
66-
["11.7.1", "11.8.0", "12.0.1", "12.1.1", "12.2.2", "12.3.2"]
66+
["11.7.1", "11.8.0", "12.0.1", "12.1.1", "12.2.2", "12.3.2", "12.4.0"]
6767
exclude:
6868
- os: windows-latest # This probably requires arm64 Windows agents
6969
arch: aarch64
70+
- os: windows-latest # The Jimver/cuda-toolkit is action used for Windows builds is not updated for 12.4 yet.
71+
cuda_version: "12.4.0"
7072
- os: ubuntu-latest # Temporary. Takes too long, not ready yet.
7173
arch: aarch64
7274
runs-on: ${{ matrix.os }} # One day, we could run them on native agents. Azure supports this now but it's planned only for Q3 2023 for hosted agents

0 commit comments

Comments
 (0)