Commit 1ec96717 authored by Alan Turner's avatar Alan Turner
Browse files

Renaming and fix top level cmakelists

parent 600a9870
...@@ -288,15 +288,17 @@ if (NOT CK_BUILD_JIT_LIB) ...@@ -288,15 +288,17 @@ if (NOT CK_BUILD_JIT_LIB)
add_subdirectory(example) add_subdirectory(example)
add_subdirectory(test) add_subdirectory(test)
add_subdirectory(profiler) add_subdirectory(profiler)
else()
add_subdirectory(library)
else()
rocm_package_setup_component(jit_library rocm_package_setup_component(jit_library
LIBRARY_NAME composablekernel LIBRARY_NAME composablekernel
PACKAGE_NAME jit_library PACKAGE_NAME jit_library
) )
endif() endif()
add_subdirectory(library)
#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"
include(CMakePackageConfigHelpers) include(CMakePackageConfigHelpers)
......
...@@ -11,7 +11,7 @@ execute_process( ...@@ -11,7 +11,7 @@ execute_process(
set(JIT_LIB_SOURCE set(JIT_LIB_SOURCE
${CMAKE_CURRENT_SOURCE_DIR}/include/device_gemm_multiple_d_xdlop_cshuffle.hpp ${CMAKE_CURRENT_SOURCE_DIR}/include/device_gemm_multiple_d.hpp
) )
add_library(jit_library STATIC ${JIT_LIB_SOURCE}) add_library(jit_library STATIC ${JIT_LIB_SOURCE})
......
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