CMakeLists.txt 289 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
set(SPARSE_KERNEL_DEPS
    dense_tensor
    sparse_coo_tensor
    sparse_csr_tensor
    kernel_context
    kernel_factory
    arg_map_context
    convert_utils
    lod_utils
    math_function
    custom_kernel
    copy_kernel)
Z
zhangkaihuo 已提交
13
register_kernels(DEPS ${SPARSE_KERNEL_DEPS} SUB_DIR "sparse")