mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-15 10:37:44 +00:00
8 lines
123 B
CMake
8 lines
123 B
CMake
include_directories(AFTER
|
|
${CMAKE_CURRENT_LIST_DIR}
|
|
)
|
|
|
|
add_subdirectory(00_copy_kernel)
|
|
add_subdirectory(01_naive_gemm)
|
|
|