CMakeLists.txt 188 字节
Newer Older
C
Chen Weihang 已提交
1
add_subdirectory(eigen)
2 3
add_subdirectory(blas)
add_subdirectory(lapack)
4 5

math_library(math_function DEPS blas dense_tensor tensor)
L
Leo Chen 已提交
6
math_library(concat_and_split_functor DEPS dense_tensor)