CMakeLists.txt 877 Bytes
Newer Older
1
2
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)
arai713's avatar
arai713 committed
3
4
5
6
add_example_executable(example_elementwise_permute_4D_fp32_row elementwise_permute_4D_fp32_row.cpp)
add_example_executable(example_elementwise_permute_4D_fp16_row elementwise_permute_4D_fp16_row.cpp)
add_example_executable(example_elementwise_permute_4D_fp32_col elementwise_permute_4D_fp32_col.cpp)
add_example_executable(example_elementwise_permute_4D_fp16_col elementwise_permute_4D_fp16_col.cpp)
arai713's avatar
arai713 committed
7
add_example_executable(example_elementwise_permute elementwise_permute.cpp)
zjing14's avatar
zjing14 committed
8
if((GPU_TARGETS NOT MATCHES "gfx940") AND (GPU_TARGETS NOT MATCHES "gfx941") AND (GPU_TARGETS NOT MATCHES "gfx942"))
9
10
    add_example_executable(example_elementwise_permute_3d elementwise_permute_3d.cpp)
endif()