"server/text_generation_server/layers/attention/ipex.py" did not exist on "f1b779fc6233991af4fb029aee18bebefc18cefd"
CMakeLists.txt 657 Bytes
Newer Older
Anthony Chang's avatar
Anthony Chang committed
1
add_example_executable(example_convnd_fwd_xdl_fp32 convnd_fwd_xdl_fp32.cpp)
2
3
add_example_executable(example_convnd_fwd_xdl_int8 convnd_fwd_xdl_int8.cpp)
add_example_executable(example_convnd_fwd_xdl_fp16 convnd_fwd_xdl_fp16.cpp)
Chao Liu's avatar
Chao Liu committed
4
5
# FIXME: re-enable this exampe as test when SWDEV-335738 is fixed
add_example_executable_no_testing(example_convnd_fwd_xdl_fp64 convnd_fwd_xdl_fp64.cpp)
6
target_link_libraries(example_convnd_fwd_xdl_fp64 PRIVATE conv_util)
Anthony Chang's avatar
Anthony Chang committed
7
8
target_link_libraries(example_convnd_fwd_xdl_fp32 PRIVATE conv_util)
target_link_libraries(example_convnd_fwd_xdl_int8 PRIVATE conv_util)
Adam Osewski's avatar
Adam Osewski committed
9
target_link_libraries(example_convnd_fwd_xdl_fp16 PRIVATE conv_util)