CMakeLists.txt 1.71 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)
Artur Wojcik's avatar
Artur Wojcik committed
3
target_compile_features(client_contraction_scale PRIVATE cxx_std_17)
4

zjing14's avatar
zjing14 committed
5
add_executable(client_contraction_bilinear_fp32 contraction_bilinear_fp32.cpp)
6
target_link_libraries(client_contraction_bilinear_fp32 PRIVATE composable_kernel::device_other_operations composable_kernel::device_contraction_operations composable_kernel::device_gemm_operations)
Artur Wojcik's avatar
Artur Wojcik committed
7
target_compile_features(client_contraction_bilinear PRIVATE cxx_std_17)
zjing14's avatar
zjing14 committed
8
9

add_executable(client_contraction_scale_fp64 contraction_scale_fp64.cpp)
10
target_link_libraries(client_contraction_scale_fp64 PRIVATE composable_kernel::device_other_operations composable_kernel::device_contraction_operations composable_kernel::device_gemm_operations)
Artur Wojcik's avatar
Artur Wojcik committed
11
target_compile_features(client_contraction_scale_fp64 PRIVATE cxx_std_17)
zjing14's avatar
zjing14 committed
12
13

add_executable(client_contraction_bilinear_fp64 contraction_bilinear_fp64.cpp)
14
target_link_libraries(client_contraction_bilinear_fp64 PRIVATE composable_kernel::device_other_operations composable_kernel::device_contraction_operations composable_kernel::device_gemm_operations)
Artur Wojcik's avatar
Artur Wojcik committed
15
target_compile_features(client_contraction_blinear_fp64 PRIVATE cxx_std_17)
16

17
add_executable(contraction_g1m2n3k1_add_xdl_fp16 contraction_g1m2n3k1_add_xdl_fp16.cpp)
18
target_link_libraries(contraction_g1m2n3k1_add_xdl_fp16 PRIVATE composable_kernel::device_other_operations composable_kernel::device_contraction_operations composable_kernel::device_gemm_operations)
Artur Wojcik's avatar
Artur Wojcik committed
19
target_compile_features(contraction_g1m2n3k1_add_xdl-fp16 PRIVATE cxx_std_17)