"docs/zh_cn/advanced_guides/datasets/sunrgbd_det.md" did not exist on "111f33be5aab4cae34e4f5601a2069421dd2c8e9"
CMakeLists.txt 210 Bytes
Newer Older
1
2
3
4
if(DTYPES MATCHES "fp16" OR NOT DEFINED DTYPES)
    add_example_executable(example_layernorm_fp16 layernorm_fp16.cpp)
    add_example_executable(example_layernorm_splitk_fp16 layernorm_splitk_fp16.cpp)
endif()