This removes another massive source of redundancy, and instead has the Merger.{h,cpp} reuse the SparseTensorEnums library.
Depends On D136005
Reviewed By: Peiming
Differential Revision: https://reviews.llvm.org/D136123
14 lines
254 B
CMake
14 lines
254 B
CMake
add_mlir_dialect_library(MLIRSparseTensorUtils
|
|
Merger.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/SparseTensor
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRArithDialect
|
|
MLIRComplexDialect
|
|
MLIRIR
|
|
MLIRLinalgDialect
|
|
MLIRSparseTensorEnums
|
|
)
|