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
65bff664
Unverified
Commit
65bff664
authored
Jun 20, 2025
by
Daniel Hiltgen
Committed by
GitHub
Jun 20, 2025
Browse files
build speedups (#11142)
Enable parallel building of the GPU architectures.
parent
c088ac0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
CMakePresets.json
CMakePresets.json
+3
-2
No files found.
CMakePresets.json
View file @
65bff664
...
...
@@ -22,7 +22,7 @@
"inherits"
:
[
"CUDA"
],
"cacheVariables"
:
{
"CMAKE_CUDA_ARCHITECTURES"
:
"50;52;53;60;61;70;75;80;86"
,
"CMAKE_CUDA_FLAGS"
:
"-Wno-deprecated-gpu-targets"
"CMAKE_CUDA_FLAGS"
:
"-Wno-deprecated-gpu-targets
-t 2
"
}
},
{
...
...
@@ -30,7 +30,7 @@
"inherits"
:
[
"CUDA"
],
"cacheVariables"
:
{
"CMAKE_CUDA_ARCHITECTURES"
:
"50;60;61;70;75;80;86;87;89;90;90a;120"
,
"CMAKE_CUDA_FLAGS"
:
"-Wno-deprecated-gpu-targets"
"CMAKE_CUDA_FLAGS"
:
"-Wno-deprecated-gpu-targets
-t 2
"
}
},
{
...
...
@@ -58,6 +58,7 @@
"name"
:
"ROCm 6"
,
"inherits"
:
[
"ROCm"
],
"cacheVariables"
:
{
"CMAKE_HIP_FLAGS"
:
"-parallel-jobs=4"
,
"AMDGPU_TARGETS"
:
"gfx900;gfx940;gfx941;gfx942;gfx1010;gfx1012;gfx1030;gfx1100;gfx1101;gfx1102;gfx1151;gfx1200;gfx1201;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack+;gfx90a:xnack-"
}
}
...
...
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