"...composable_kernel_rocm.git" did not exist on "0d9118226b167b8cc49360560850d4cf79936c8c"
Commit 1a00460e authored by Po Yen, Chen's avatar Po Yen, Chen
Browse files

Add example dir placeholder for paged-attention

parent c9597d1b
# set example name according to its directory name (without the leading digits followed by an underscore)
get_filename_component(DIR_NAME "${CMAKE_CURRENT_SOURCE_DIR}" NAME)
string(REGEX REPLACE "^[0-9]+_" "" TRIMMED_DIR_NAME "${DIR_NAME}")
# add prefix "tile_example_" to the processed directory name
set(EXAMPLE_NAME "tile_example_${TRIMMED_DIR_NAME}")
message("[POYENC] example name: ${EXAMPLE_NAME}")
add_executable(${EXAMPLE_NAME} EXCLUDE_FROM_ALL paged_attention.cpp)
\ No newline at end of file
#include <iostream>
int main() { std::cout << "hello ck-tile example" << std::endl; }
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