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
gaoqiong
MIGraphX
Commits
7b0e0d46
Unverified
Commit
7b0e0d46
authored
Oct 24, 2023
by
Chris Austen
Committed by
GitHub
Oct 24, 2023
Browse files
Set GPU_TARGETS for Navi32 job
parent
62963d84
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Jenkinsfile
Jenkinsfile
+1
-1
No files found.
Jenkinsfile
View file @
7b0e0d46
...
@@ -161,7 +161,7 @@ rocmtest clang_debug: rocmnode('mi100+') { cmake_build ->
...
@@ -161,7 +161,7 @@ rocmtest clang_debug: rocmnode('mi100+') { cmake_build ->
}
}
},
clang_release_navi:
rocmnode
(
'navi32'
)
{
cmake_build
->
},
clang_release_navi:
rocmnode
(
'navi32'
)
{
cmake_build
->
stage
(
'HIP Clang Release Navi32'
)
{
stage
(
'HIP Clang Release Navi32'
)
{
cmake_build
(
flags:
"-DCMAKE_BUILD_TYPE=release"
)
cmake_build
(
flags:
"-DCMAKE_BUILD_TYPE=release
-DGPU_TARGETS='${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