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
ollama
Commits
0b9198bf
Commit
0b9198bf
authored
Mar 21, 2025
by
Michael Yang
Committed by
Michael Yang
Apr 25, 2025
Browse files
ci: silence deprecated gpu targets warning
parent
e9e5f61c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
CMakePresets.json
CMakePresets.json
+4
-2
No files found.
CMakePresets.json
View file @
0b9198bf
...
...
@@ -21,14 +21,16 @@
"name"
:
"CUDA 11"
,
"inherits"
:
[
"CUDA"
],
"cacheVariables"
:
{
"CMAKE_CUDA_ARCHITECTURES"
:
"50;52;53;60;61;70;75;80;86"
"CMAKE_CUDA_ARCHITECTURES"
:
"50;52;53;60;61;70;75;80;86"
,
"CMAKE_CUDA_FLAGS"
:
"-Wno-deprecated-gpu-targets"
}
},
{
"name"
:
"CUDA 12"
,
"inherits"
:
[
"CUDA"
],
"cacheVariables"
:
{
"CMAKE_CUDA_ARCHITECTURES"
:
"50;60;61;70;75;80;86;87;89;90;90a;120"
"CMAKE_CUDA_ARCHITECTURES"
:
"50;60;61;70;75;80;86;87;89;90;90a;120"
,
"CMAKE_CUDA_FLAGS"
:
"-Wno-deprecated-gpu-targets"
}
},
{
...
...
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