brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.3 KiB · 4e0f07a Raw
58 lines · plain
1add_mlir_dialect_library(MLIRVectorTransforms2  BufferizableOpInterfaceImpl.cpp3  LowerVectorBitCast.cpp4  LowerVectorBroadcast.cpp5  LowerVectorContract.cpp6  LowerVectorGather.cpp7  LowerVectorInterleave.cpp8  LowerVectorMask.cpp9  LowerVectorMultiReduction.cpp10  LowerVectorScan.cpp11  LowerVectorShapeCast.cpp12  LowerVectorShuffle.cpp13  LowerVectorStep.cpp14  LowerVectorToFromElementsToShuffleTree.cpp15  LowerVectorTransfer.cpp16  LowerVectorTranspose.cpp17  SubsetOpInterfaceImpl.cpp18  VectorDistribute.cpp19  VectorDropLeadUnitDim.cpp20  VectorEmulateMaskedLoadStore.cpp21  VectorEmulateNarrowType.cpp22  VectorInsertExtractStridedSliceRewritePatterns.cpp23  VectorLinearize.cpp24  VectorTransferOpTransforms.cpp25  VectorTransferSplitRewritePatterns.cpp26  VectorTransforms.cpp27  VectorUnroll.cpp28  VectorMaskElimination.cpp29 30  ADDITIONAL_HEADER_DIRS31  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Vector/Transforms32 33  DEPENDS34  MLIRVectorTransformsIncGen35 36  LINK_LIBS PUBLIC37  MLIRAffineDialect38  MLIRAffineAnalysis39  MLIRAffineUtils40  MLIRArithDialect41  MLIRDialectUtils42  MLIRGPUDialect43  MLIRGPUUtils44  MLIRIR45  MLIRLinalgDialect46  MLIRMemRefDialect47  MLIRMemRefTransforms48  MLIRMemRefUtils49  MLIRSCFDialect50  MLIRSideEffectInterfaces51  MLIRSubsetOpInterface52  MLIRTensorDialect53  MLIRTransforms54  MLIRVectorDialect55  MLIRVectorInterfaces56  MLIRVectorUtils57  )58