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_ROCM
Commits
a68083a7
Commit
a68083a7
authored
Feb 11, 2025
by
Jakub Piasecki
Browse files
minor fix
parent
c8517e46
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 @
a68083a7
...
@@ -194,7 +194,7 @@ def cmake_build(Map conf=[:]){
...
@@ -194,7 +194,7 @@ def cmake_build(Map conf=[:]){
if
(
conf
.
get
(
"build_install"
,
""
)
==
"true"
)
if
(
conf
.
get
(
"build_install"
,
""
)
==
"true"
)
{
{
config_targets
=
'install '
+
config_targets
config_targets
=
'
examples_ck_tile
install '
+
config_targets
setup_args
=
' -DBUILD_DEV=On -DCMAKE_INSTALL_PREFIX=../install'
+
setup_args
setup_args
=
' -DBUILD_DEV=On -DCMAKE_INSTALL_PREFIX=../install'
+
setup_args
}
else
{
}
else
{
setup_args
=
' -DBUILD_DEV=On'
+
setup_args
setup_args
=
' -DBUILD_DEV=On'
+
setup_args
...
...
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