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
1a72122e
Commit
1a72122e
authored
May 25, 2023
by
Ted Themistokleous
Browse files
Enable Navi32 in CI
parent
763dd1da
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Jenkinsfile
Jenkinsfile
+7
-0
No files found.
Jenkinsfile
View file @
1a72122e
...
@@ -134,6 +134,13 @@ rocmtest clang_debug: rocmnode('vega') { cmake_build ->
...
@@ -134,6 +134,13 @@ rocmtest clang_debug: rocmnode('vega') { cmake_build ->
// cmake_build(flags: "-DCMAKE_BUILD_TYPE=release")
// cmake_build(flags: "-DCMAKE_BUILD_TYPE=release")
// }
// }
//}
//}
,
clang_release_navi:
rocmnode
(
'navi32'
)
{
cmake_build
->
stage
(
'HIP Clang Release Navi32'
)
{
cmake_build
(
flags:
"-DCMAKE_BUILD_TYPE=release"
)
}
}
def
onnxnode
(
name
,
body
)
{
def
onnxnode
(
name
,
body
)
{
return
{
label
->
return
{
label
->
...
...
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