mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-05 22:57:11 +00:00
revert main cmake comments
This commit is contained in:
@@ -605,17 +605,17 @@ add_custom_target(instances DEPENDS utility;${CK_DEVICE_INSTANCES} SOURCES ${IN
|
||||
add_subdirectory(library)
|
||||
|
||||
if(NOT GPU_ARCHS AND USER_GPU_TARGETS)
|
||||
# rocm_package_setup_component(tests
|
||||
# LIBRARY_NAME composablekernel
|
||||
# PACKAGE_NAME tests # Prevent -static suffix on package name
|
||||
# )
|
||||
rocm_package_setup_component(tests
|
||||
LIBRARY_NAME composablekernel
|
||||
PACKAGE_NAME tests # Prevent -static suffix on package name
|
||||
)
|
||||
|
||||
# rocm_package_setup_component(examples
|
||||
# LIBRARY_NAME composablekernel
|
||||
# PACKAGE_NAME examples
|
||||
# )
|
||||
# add_subdirectory(example)
|
||||
# add_subdirectory(tile_engine)
|
||||
rocm_package_setup_component(examples
|
||||
LIBRARY_NAME composablekernel
|
||||
PACKAGE_NAME examples
|
||||
)
|
||||
add_subdirectory(example)
|
||||
add_subdirectory(tile_engine)
|
||||
if(BUILD_TESTING)
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user