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
composable_kernel
Commits
b2944511
Commit
b2944511
authored
Aug 16, 2022
by
shurale-nkn
Browse files
Jenkins file update
parent
a6e13eec
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 @
b2944511
...
...
@@ -14,7 +14,7 @@ def show_node_info() {
def
cmake_build
(
Map
conf
=[:]){
def
compiler
=
conf
.
get
(
"compiler"
,
"/opt/rocm/
bin/hipcc
"
)
def
compiler
=
conf
.
get
(
"compiler"
,
"/opt/rocm/
llvm/bin/clang++
"
)
def
config_targets
=
conf
.
get
(
"config_targets"
,
"check"
)
def
debug_flags
=
"-g -fno-omit-frame-pointer -fsanitize=undefined -fno-sanitize-recover=undefined "
+
conf
.
get
(
"extradebugflags"
,
""
)
def
build_envs
=
"CTEST_PARALLEL_LEVEL=4 "
+
conf
.
get
(
"build_env"
,
""
)
...
...
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