Files
clang-p2996/mlir/lib/Dialect/SparseTensor/Utils/CMakeLists.txt
wren romano e0401d2252 [mlir][sparse] Removing the DimLvlType and DimLevelFormat types
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
2022-10-18 15:47:40 -07:00

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
)