"python/vscode:/vscode.git/clone" did not exist on "8b6a4486ecbf83c915c6a9d3c727d188a22f455e"
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)
add_subdirectory(example)
add_subdirectory(test)
add_subdirectory(profiler)
else()
add_subdirectory(library)
else()
rocm_package_setup_component(jit_library
LIBRARY_NAME composablekernel
PACKAGE_NAME jit_library
)
endif()
add_subdirectory(library)
#Create an interface target for the include only files and call it "composablekernels"
include(CMakePackageConfigHelpers)
......
......@@ -11,7 +11,7 @@ execute_process(
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})
......
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