CMakeLists.txt 414 Bytes
Newer Older
Chao Liu's avatar
Chao Liu committed
1
2
3
4
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
5
add_example_executable(example_softmax softmax.cpp)
Chao Liu's avatar
Chao Liu committed
6
add_example_executable(example_gemm_softmax_gemm gemm_softmax_gemm.cpp)
Chao Liu's avatar
Chao Liu committed
7
add_example_executable(example_batched_gemm_softmax_gemm batched_gemm_softmax_gemm.cpp)