forked from OSchip/llvm-project
18 lines
312 B
CMake
18 lines
312 B
CMake
add_mlir_dialect_library(MLIRSparseTensor
|
|
SparseTensorDialect.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/SparseTensor
|
|
|
|
DEPENDS
|
|
MLIRSparseTensorAttrDefsIncGen
|
|
MLIRSparseTensorOpsIncGen
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRArithmetic
|
|
MLIRDialect
|
|
MLIRIR
|
|
MLIRStandard
|
|
MLIRSupport
|
|
)
|