Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
af9a0733
Unverified
Commit
af9a0733
authored
Apr 09, 2024
by
Titus
Committed by
GitHub
Apr 09, 2024
Browse files
Merge pull request #1171 from matthewdouglas/build-cu124
Add CUDA 12.4 to Linux x86-64 Build Workflow
parents
0c64a0d8
ebac8625
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.github/workflows/python-package.yml
.github/workflows/python-package.yml
+3
-1
No files found.
.github/workflows/python-package.yml
View file @
af9a0733
...
@@ -63,10 +63,12 @@ jobs:
...
@@ -63,10 +63,12 @@ jobs:
os
:
[
ubuntu-latest
,
windows-latest
]
os
:
[
ubuntu-latest
,
windows-latest
]
arch
:
[
x86_64
,
aarch64
]
arch
:
[
x86_64
,
aarch64
]
cuda_version
:
cuda_version
:
[
"
11.7.1"
,
"
11.8.0"
,
"
12.0.1"
,
"
12.1.1"
,
"
12.2.2"
,
"
12.3.2"
]
[
"
11.7.1"
,
"
11.8.0"
,
"
12.0.1"
,
"
12.1.1"
,
"
12.2.2"
,
"
12.3.2"
,
"
12.4.0"
]
exclude
:
exclude
:
-
os
:
windows-latest
# This probably requires arm64 Windows agents
-
os
:
windows-latest
# This probably requires arm64 Windows agents
arch
:
aarch64
arch
:
aarch64
-
os
:
windows-latest
# The Jimver/cuda-toolkit is action used for Windows builds is not updated for 12.4 yet.
cuda_version
:
"
12.4.0"
-
os
:
ubuntu-latest
# Temporary. Takes too long, not ready yet.
-
os
:
ubuntu-latest
# Temporary. Takes too long, not ready yet.
arch
:
aarch64
arch
:
aarch64
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
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment