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
f4ee61b5
Commit
f4ee61b5
authored
May 31, 2023
by
Ted Themistokleous
Browse files
Remove commented block
parent
1a72122e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
Jenkinsfile
Jenkinsfile
+1
-6
No files found.
Jenkinsfile
View file @
f4ee61b5
...
...
@@ -129,12 +129,7 @@ rocmtest clang_debug: rocmnode('vega') { cmake_build ->
def
debug_flags
=
"-g -O2 -fno-omit-frame-pointer -fsanitize=${sanitizers} -fno-sanitize-recover=${sanitizers}"
cmake_build
(
flags:
"-DCMAKE_BUILD_TYPE=debug -DMIGRAPHX_ENABLE_PYTHON=Off -DMIGRAPHX_ENABLE_GPU=Off -DMIGRAPHX_ENABLE_CPU=On -DCMAKE_CXX_FLAGS_DEBUG='${debug_flags}' -DCMAKE_C_FLAGS_DEBUG='${debug_flags}'"
)
}
}
//, clang_release_navi: rocmnode('navi21') { cmake_build ->
// stage('HIP Clang Release Navi') {
// cmake_build(flags: "-DCMAKE_BUILD_TYPE=release")
// }
//}
,
clang_release_navi:
rocmnode
(
'navi32'
)
{
cmake_build
->
},
clang_release_navi:
rocmnode
(
'navi32'
)
{
cmake_build
->
stage
(
'HIP Clang Release Navi32'
)
{
cmake_build
(
flags:
"-DCMAKE_BUILD_TYPE=release"
)
}
...
...
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