summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp
AgeCommit message (Expand)Author
2022-01-31[mlir] Purge `linalg.copy` and use `memref.copy` instead.Alexander Belyaev
2022-01-31[mlir][vector][NFC] Split into IR, Transforms and UtilsMatthias Springer
2022-01-28Add vector.scan opharsh
2022-01-18[mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>River Riddle
2022-01-02Apply clang-tidy fixes for readability-simplify-boolean-expr to MLIR (NFC)Mehdi Amini
2022-01-02Apply clang-tidy fixes for modernize-use-equals-default to MLIR (NFC)Mehdi Amini
2022-01-02Apply clang-tidy fixes for bugprone-copy-constructor-init to MLIR (NFC)Mehdi Amini
2021-12-15[mlir][linalg] Replace LinalgOps.h and LinalgTypes.h by a single header.gysit
2021-12-13[mlir][Vector] Patterns flattening vector transfers to 1DBenoit Jacob
2021-12-13[mlir][Vector] Patterns flattening vector transfers to 1DBenoit Jacob
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-11-25[mlir] Move memref.[tensor_load|buffer_cast|clone] to "bufferization" dialect.Alexander Belyaev
2021-11-23[mlir][Vector] Add a vblendps-based impl for transpose8x8 (both intrin and in...Nicolas Vasilache
2021-11-22Revert "[mlir][Vector] Add a vblendps-based impl for transpose8x8 (both intri...Mehdi Amini
2021-11-22[mlir][Vector] Add a vblendps-based impl for transpose8x8 (both intrin and in...Nicolas Vasilache
2021-11-11[mlir][X86Vector] Add specialized vector.transpose lowering patterns for AVX2Nicolas Vasilache
2021-11-02[mlir][Vector] Add a pattern to lower 2-D vector.transpose to shape_cast+shuf...Nicolas Vasilache
2021-10-25[mlir][Vector] NFC - Add option to hook vector.transpose lowering to strategies.Nicolas Vasilache
2021-10-25[mlr][Linalg] NFC - Add option to hook vector.multi_reduction lowering to str...Nicolas Vasilache
2021-10-21[mlir][vector] Add patterns to convert multidimreduce to vector.contractthomasraoux
2021-10-20Drop transfer_read inner most unit dimensionsAhmed S. Taei
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-10-07[mlir][vector] Split populateVectorContractLoweringPatternsLei Zhang
2021-08-13[mlir] Add support for moving reductions to outer most dimensions in vector.m...harsh-nod
2021-07-17[mlir][vector] Remove vector.transfer_read/write to LLVM loweringMatthias Springer
2021-07-07[mlir][vector] Refactor Vector Unrolling and remove Tuple opsthomasraoux
2021-06-30[mlir][vector] Extend vector distribution to all elementwise and contractthomasraoux
2021-06-16Migrate MLIR test passes to the new registration APIMehdi Amini
2021-05-14[mlir][NFC] Move passes in test/lib/Transforms/ to a directory that mirrors w...River Riddle