mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-30 03:37:38 +00:00
10 lines
229 B
CMake
10 lines
229 B
CMake
include_directories(AFTER
|
|
${CMAKE_CURRENT_LIST_DIR}
|
|
)
|
|
|
|
add_subdirectory(00_add_basic)
|
|
add_subdirectory(01_add)
|
|
add_subdirectory(02_gemm)
|
|
add_subdirectory(03_flash_attention_fwd)
|
|
add_subdirectory(04_codegen_flash_attention_fwd)
|