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
5df39376
Commit
5df39376
authored
Jan 16, 2025
by
Aviral Goel
Browse files
added a missing comment
parent
f6b8a1de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
example/CMakeLists.txt
example/CMakeLists.txt
+3
-1
No files found.
example/CMakeLists.txt
View file @
5df39376
...
@@ -205,8 +205,10 @@ function(add_example_executable_no_testing EXAMPLE_NAME FILE_NAME)
...
@@ -205,8 +205,10 @@ function(add_example_executable_no_testing EXAMPLE_NAME FILE_NAME)
rocm_install
(
TARGETS
${
EXAMPLE_NAME
}
COMPONENT examples
)
rocm_install
(
TARGETS
${
EXAMPLE_NAME
}
COMPONENT examples
)
set
(
result 0
)
set
(
result 0
)
endif
()
endif
()
message
(
"add_example returns
${
result
}
"
)
set
(
result
${
result
}
PARENT_SCOPE
)
set
(
result
${
result
}
PARENT_SCOPE
)
endfunction
(
add_example_executable_no_testing EXAMPLE_NAME
)
endfunction
(
add_example_executable_no_testing EXAMPLE_NAME
)
# add all example subdir
# add all example subdir
...
...
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