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
b4172770
"git@developer.sourcefind.cn:one/TransferBench.git" did not exist on "ce326d93d74a34d0f2396cd7c496c2620322a271"
Unverified
Commit
b4172770
authored
Jan 23, 2025
by
Matthew Douglas
Committed by
GitHub
Jan 23, 2025
Browse files
(build) include Ada/Hopper targets in cu118 build (#1487)
parent
db90effe
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 @
b4172770
...
@@ -6,7 +6,7 @@ declare cuda_version
...
@@ -6,7 +6,7 @@ declare cuda_version
set
-xeuo
pipefail
set
-xeuo
pipefail
build_capability
=
"50;52;60;61;70;75;80;86;89;90;100;120"
build_capability
=
"50;52;60;61;70;75;80;86;89;90;100;120"
remove_for_11_7
=
";89;90;100;120"
remove_for_11_7
=
";89;90;100;120"
remove_for_11_8
=
";
89;90;
100;120"
remove_for_11_8
=
";100;120"
remove_for_lt_12_7
=
";100;120"
remove_for_lt_12_7
=
";100;120"
[[
"
${
cuda_version
}
"
==
11.7.
*
]]
&&
build_capability
=
$(
sed
's|'
"
$remove_for_11_7
"
'||g'
<<<
"
$build_capability
"
)
[[
"
${
cuda_version
}
"
==
11.7.
*
]]
&&
build_capability
=
$(
sed
's|'
"
$remove_for_11_7
"
'||g'
<<<
"
$build_capability
"
)
[[
"
${
cuda_version
}
"
==
11.8.
*
]]
&&
build_capability
=
$(
sed
's|'
"
$remove_for_11_8
"
'||g'
<<<
"
$build_capability
"
)
[[
"
${
cuda_version
}
"
==
11.8.
*
]]
&&
build_capability
=
$(
sed
's|'
"
$remove_for_11_8
"
'||g'
<<<
"
$build_capability
"
)
...
...
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