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
f6b8a1de
"...composable_kernel.git" did not exist on "80e05267417f948e4f7e63c0fe807106d9a0c0ef"
Commit
f6b8a1de
authored
Jan 15, 2025
by
Aviral Goel
Browse files
removed uneccesary comments
parent
46f69344
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
example/CMakeLists.txt
example/CMakeLists.txt
+0
-10
No files found.
example/CMakeLists.txt
View file @
f6b8a1de
...
@@ -205,16 +205,6 @@ function(add_example_executable_no_testing EXAMPLE_NAME FILE_NAME)
...
@@ -205,16 +205,6 @@ 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}")
# if(result EQUAL 0 AND NOT "${EXAMPLE_NAME}" IN_LIST REGRESSION_EXAMPLES)
# message("NO TESTING:: adding to SMOKE EXAMPLE FILTER ${EXAMPLE_NAME}")
# set_tests_properties(${EXAMPLE_NAME} PROPERTIES LABELS "SMOKE_EXAMPLE")
# add_dependencies(smoke ${EXAMPLE_NAME})
# elseif(result EQUAL 0 AND "${EXAMPLE_NAME}" IN_LIST REGRESSION_EXAMPLES)
# message("NO TESTING:: Adding to REGRESSION EXAMPLE FILTER ${EXAMPLE_NAME}")
# set_tests_properties(${EXAMPLE_NAME} PROPERTIES LABELS "REGRESSION_EXAMPLE")
# add_dependencies(regression ${EXAMPLE_NAME})
# endif()
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
)
...
...
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