CMakeLists.txt 386 Bytes
Newer Older
Chao Liu's avatar
Chao Liu committed
1
2
3
4
5
add_example_executable(example_hello_world hello_world.cpp)
add_example_executable(example_im2col im2col.cpp)
add_example_executable(example_gemm gemm.cpp)
add_example_executable(example_gemm_gemm gemm_gemm.cpp)
add_example_executable(example_reduce reduce.cpp)
Chao Liu's avatar
Chao Liu committed
6
add_example_executable(example_softmax softmax.cpp)
Chao Liu's avatar
Chao Liu committed
7
add_example_executable(example_gemm_softmax_gemm gemm_softmax_gemm.cpp)