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
d925b535
Unverified
Commit
d925b535
authored
Aug 14, 2025
by
Daniel Hiltgen
Committed by
GitHub
Aug 14, 2025
Browse files
Revert "cuda: leverage JIT for smaller footprint (#11635)" (#11913)
This reverts commit
dc5a6454
.
parent
6eaf194b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CMakePresets.json
CMakePresets.json
+3
-3
No files found.
CMakePresets.json
View file @
d925b535
...
...
@@ -22,7 +22,7 @@
"name"
:
"CUDA 12"
,
"inherits"
:
[
"CUDA"
],
"cacheVariables"
:
{
"CMAKE_CUDA_ARCHITECTURES"
:
"50
-virtual;60-virtual;61-virtual;70-virtual;75-virtual;80-virtual;86-virtual;89-virtual;90-virtual;90a-virtual;100-virtual;120-virtual
"
,
"CMAKE_CUDA_ARCHITECTURES"
:
"50
;60;61;70;75;80;86;87;89;90;90a;120
"
,
"CMAKE_CUDA_FLAGS"
:
"-Wno-deprecated-gpu-targets -t 2"
}
},
...
...
@@ -30,14 +30,14 @@
"name"
:
"JetPack 5"
,
"inherits"
:
[
"CUDA"
],
"cacheVariables"
:
{
"CMAKE_CUDA_ARCHITECTURES"
:
"72
-virtual;87-virtual
"
"CMAKE_CUDA_ARCHITECTURES"
:
"72
;87
"
}
},
{
"name"
:
"JetPack 6"
,
"inherits"
:
[
"CUDA"
],
"cacheVariables"
:
{
"CMAKE_CUDA_ARCHITECTURES"
:
"87
-virtual
"
"CMAKE_CUDA_ARCHITECTURES"
:
"87"
}
},
{
...
...
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