"src/vscode:/vscode.git/clone" did not exist on "a9a47402dfc7b6ff6286ac13343a0335a35121fd"
CMakeLists.txt 256 Bytes
Newer Older
1
2
3
4
5
6
if(DTYPES MATCHES "fp16" OR NOT DEFINED DTYPES)
    add_example_executable(example_pool2d_fwd_fp16 pool2d_fwd_fp16.cpp)
endif()
if(DTYPES MATCHES "fp32" OR NOT DEFINED DTYPES)
    add_example_executable(example_pool2d_fwd_fp32 pool2d_fwd_fp32.cpp)
endif()