"vscode:/vscode.git/clone" did not exist on "8be8b838068046c2775cfb5cf13d30f44a78f43a"
Commit 67afc903 authored by danyao12's avatar danyao12
Browse files

modify CMakeLists.txt

parent c416b823
...@@ -264,11 +264,6 @@ FOREACH(subdir_path ${dir_list}) ...@@ -264,11 +264,6 @@ FOREACH(subdir_path ${dir_list})
ENDFOREACH() ENDFOREACH()
add_custom_target(instances DEPENDS utility;${CK_DEVICE_INSTANCES} SOURCES ${INSTANCE_FILES}) add_custom_target(instances DEPENDS utility;${CK_DEVICE_INSTANCES} SOURCES ${INSTANCE_FILES})
rocm_package_setup_component(tests
LIBRARY_NAME composablekernel
PACKAGE_NAME tests # Prevent -static suffix on package name
)
rocm_package_setup_component(examples rocm_package_setup_component(examples
LIBRARY_NAME composablekernel LIBRARY_NAME composablekernel
PACKAGE_NAME examples PACKAGE_NAME examples
...@@ -281,7 +276,6 @@ rocm_package_setup_component(profiler ...@@ -281,7 +276,6 @@ rocm_package_setup_component(profiler
add_subdirectory(library) add_subdirectory(library)
add_subdirectory(example) add_subdirectory(example)
add_subdirectory(test)
add_subdirectory(profiler) add_subdirectory(profiler)
#Create an interface target for the include only files and call it "composablekernels" #Create an interface target for the include only files and call it "composablekernels"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment