CMakeLists.txt 1.35 KB
Newer Older
zjing14's avatar
zjing14 committed
1
add_executable(client_contraction_scale_fp32 contraction_scale_fp32.cpp)
2
target_link_libraries(client_contraction_scale_fp32 PRIVATE composable_kernel::device_other_operations composable_kernel::device_contraction_operations composable_kernel::device_gemm_operations)
3

zjing14's avatar
zjing14 committed
4
add_executable(client_contraction_bilinear_fp32 contraction_bilinear_fp32.cpp)
5
target_link_libraries(client_contraction_bilinear_fp32 PRIVATE composable_kernel::device_other_operations composable_kernel::device_contraction_operations composable_kernel::device_gemm_operations)
zjing14's avatar
zjing14 committed
6
7

add_executable(client_contraction_scale_fp64 contraction_scale_fp64.cpp)
8
target_link_libraries(client_contraction_scale_fp64 PRIVATE composable_kernel::device_other_operations composable_kernel::device_contraction_operations composable_kernel::device_gemm_operations)
zjing14's avatar
zjing14 committed
9
10

add_executable(client_contraction_bilinear_fp64 contraction_bilinear_fp64.cpp)
11
target_link_libraries(client_contraction_bilinear_fp64 PRIVATE composable_kernel::device_other_operations composable_kernel::device_contraction_operations composable_kernel::device_gemm_operations)
12

13
add_executable(contraction_g1m2n3k1_add_xdl_fp16 contraction_g1m2n3k1_add_xdl_fp16.cpp)
14
target_link_libraries(contraction_g1m2n3k1_add_xdl_fp16 PRIVATE composable_kernel::device_other_operations composable_kernel::device_contraction_operations composable_kernel::device_gemm_operations)
15