blob: 4135a562747c839e4d616b0b3ea61a668e89bdc2 [file] [log] [blame]
add_mlir_dialect_library(MLIRTensor
TensorDialect.cpp
TensorOps.cpp
ADDITIONAL_HEADER_DIRS
${PROJECT_SOURCE_DIR}/include/mlir/Dialect/Tensor
DEPENDS
MLIRTensorOpsIncGen
LINK_COMPONENTS
Core
LINK_LIBS PUBLIC
MLIRArithmetic
MLIRCastInterfaces
MLIRDialectUtils
MLIRIR
MLIRInferTypeOpInterface
MLIRSideEffectInterfaces
MLIRSupport
MLIRStandard
MLIRViewLikeInterface
)