CMakeLists.txt 432 Bytes
Newer Older
1
2
3
if(DTYPES MATCHES "fp16" OR NOT DEFINED DTYPES)
    add_example_executable(example_elementwise_permute_4D_fp16 elementwise_permute_4D_fp16.cpp)
    add_example_executable(example_elementwise_permute_4D_fp16_2d elementwise_permute_4D_fp16_2d.cpp)
4
    add_example_executable(example_elementwise_permute_5D elementwise_permute_5D.cpp)
Astha Rai's avatar
Astha Rai committed
5
    add_example_executable(example_elementwise_permute_5D_3d elementwise_permute_5D_3d.cpp)
6
endif()