CMakeLists.txt 432 Bytes
Newer Older
Chao Liu's avatar
Chao Liu committed
1
add_example_executable(example_convnd_fwd_xdl convnd_fwd_xdl.cpp)
2
target_link_libraries(example_convnd_fwd_xdl PRIVATE conv_fwd_util)
3
add_example_executable(example_convnd_fwd_xdl_int8 convnd_fwd_xdl_int8.cpp)
4
target_link_libraries(example_convnd_fwd_xdl_int8 PRIVATE conv_fwd_util)
5
add_example_executable(example_convnd_fwd_xdl_fp16 convnd_fwd_xdl_fp16.cpp)
6
target_link_libraries(example_convnd_fwd_xdl_fp16 PRIVATE conv_fwd_util)