Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
fc6d8b24
Commit
fc6d8b24
authored
Feb 24, 2025
by
Matthew Douglas
Browse files
Update build-cuda.sh
parent
e4a9a94c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/scripts/build-cuda.sh
.github/scripts/build-cuda.sh
+1
-1
No files found.
.github/scripts/build-cuda.sh
View file @
fc6d8b24
...
@@ -6,7 +6,7 @@ declare cuda_version
...
@@ -6,7 +6,7 @@ declare cuda_version
set
-xeuo
pipefail
set
-xeuo
pipefail
# By default, target Maxwell through Hopper.
# By default, target Maxwell through Hopper.
build_capability
=
"50;52;60;61;70;75;80;86;89;90"
build_capability
=
"50;52;60;61;70;75;80;86;89;90"
# CUDA 11.7: Remove sm89 and sm90
# CUDA 11.7: Remove sm89 and sm90
[[
"
${
cuda_version
}
"
==
11.7.
*
]]
&&
build_capability
=
"50;52;60;61;70;75;80;86"
[[
"
${
cuda_version
}
"
==
11.7.
*
]]
&&
build_capability
=
"50;52;60;61;70;75;80;86"
...
...
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