CMakeLists.txt 466 字节
Newer Older
C
Chen Weihang 已提交
1
add_subdirectory(eigen)
2 3
add_subdirectory(blas)
add_subdirectory(lapack)
F
Feiyu Chan 已提交
4
add_subdirectory(detail)
5 6

math_library(math_function DEPS blas dense_tensor tensor)
F
Feiyu Chan 已提交
7 8 9
math_library(sequence2batch)
math_library(gru_compute DEPS activation_functions math_function)
math_library(lstm_compute DEPS activation_functions)
L
Leo Chen 已提交
10
math_library(concat_and_split_functor DEPS dense_tensor)
11
math_library(matrix_reduce DEPS dense_tensor)
12
math_library(matrix_inverse DEPS dense_tensor eigen3 blas)