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
8c6f1130
Commit
8c6f1130
authored
Aug 15, 2019
by
Paul
Browse files
Fix type
parent
2aead2b9
Changes
1
Hide 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 @
8c6f1130
...
...
@@ -101,7 +101,7 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build ->
}
},
clang_debug:
rocmnode
(
'vega'
)
{
cmake_build
->
stage
(
'Clang Debug'
)
{
// TODO: Ena
n
le integer
// TODO: Ena
b
le integer
def
sanitizers
=
"undefined"
def
debug_flags
=
"-g -fno-omit-frame-pointer -fsanitize=${sanitizers} -fno-sanitize-recover=${sanitizers}"
cmake_build
(
"hcc"
,
"-DCMAKE_BUILD_TYPE=debug -DMIGRAPHX_ENABLE_PYTHON=Off -DCMAKE_CXX_FLAGS_DEBUG='${debug_flags}'"
)
...
...
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