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
a56bb11d
Commit
a56bb11d
authored
Jun 01, 2023
by
Ted Themistokleous
Browse files
Add add debug for navi32 CI
parent
62883040
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Jenkinsfile
Jenkinsfile
+4
-0
No files found.
Jenkinsfile
View file @
a56bb11d
...
...
@@ -146,6 +146,10 @@ rocmtest clang_debug: rocmnode('vega') { cmake_build ->
stage
(
'HIP Clang Release Navi32'
)
{
cmake_build
(
flags:
"-DCMAKE_BUILD_TYPE=release"
)
}
},
clang_release_navi_debug:
rocmnode
(
'navi32'
)
{
cmake_build
->
stage
(
'HIP Clang Release Navi32'
)
{
cmake_build
(
flags:
"-DCMAKE_BUILD_TYPE=release"
,
gpu_debug:
true
)
}
}
...
...
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