brintos

brintos / llvm-project-archived public Read only

0
0
Text · 522 B · a51c678 Raw
26 lines · plain
1add_mlir_dialect_library(MLIRShapeOpsTransforms2  BufferizableOpInterfaceImpl.cpp3  OutlineShapeComputation.cpp4  RemoveShapeConstraints.cpp5  ShapeToShapeLowering.cpp6 7  ADDITIONAL_HEADER_DIRS8  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/ShapeOps/Transforms9 10  DEPENDS11  MLIRShapeTransformsIncGen12  )13 14target_link_libraries(MLIRShapeOpsTransforms15  PUBLIC16  MLIRArithDialect17  MLIRBufferizationDialect18  MLIRBufferizationTransforms19  MLIRIR20  MLIRMemRefDialect21  MLIRPass22  MLIRShapeDialect23  MLIRSupport24  MLIRTransforms25  )26