summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/VectorToXeGPU/VectorToXeGPU.cpp
AgeCommit message (Expand)Author
2025-11-04[mlir][XeGPU] Add optional layout attribute to LoadGather StoreScatter ops (#...Dmitry Chigarev
2025-11-04[MLIR][XeGPU][VectorToXeGPU] Lower vector.load/store/transfer_read/transfer_w...Dmitry Chigarev
2025-10-30[mlir] Simplify Default cases in type switches. NFC. (#165767)Jakub Kuderski
2025-10-04[mlir][vector] Simplify rewrite pattern inheriting constructors. NFC. (#161966)Jakub Kuderski
2025-09-19[MLIR][XeGPU][VectorToXeGPU] Add lowering from vector.gather/scatter to xegpu...Dmitry Chigarev
2025-09-11[MLIR][XeGPU][VectorToXeGPU] Fix transfer_read/write cases with non-contiguou...Dmitry Chigarev
2025-08-14[MLIR][XeGPU] Add lowering from transfer_read/transfer_write to load_gather/s...Jianhui Li
2025-07-22[mlir][NFC] update `Conversion` create APIs (7/n) (#149889)Maksim Levental
2025-07-09[mlir][xegpu] Remove vector contract to dpas size restriction (#147470)Adam Siemieniuk
2025-07-04[mlir] Remove unused includes (NFC) (#147101)Kazu Hirata
2025-05-12[mlir][vector] Standardize `base` Naming Across Vector Ops (NFC) (#137859)Andrzej WarzyƄski
2025-03-13[mlir][xegpu] Convert Vector contraction to XeGPU (#122115)Adam Siemieniuk
2025-02-17[MLIR][NFC] Retire `let constructor` for passes in Conversion directory (part...lorenzo chelini
2025-01-29Fix typo "tranpose" (#124929)Jay Foad
2025-01-21[mlir][NFC] Avoid using braced initializer lists to call a constructor. (#123...Han-Chung Wang
2025-01-21[mlir][IR][NFC] Move free-standing functions to `MemRefType` (#123465)Matthias Springer
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar
2024-12-13[mlir][xegpu] Support boundary checks only for block instructions (#119380)Adam Siemieniuk
2024-10-09[mlir][xegpu] Allow out-of-bounds writes (#110811)Adam Siemieniuk
2024-10-03[mlir][xegpu] Convert Vector load and store to XeGPU (#110826)Adam Siemieniuk
2024-09-26[mlir] Use std::optional::value_or (NFC) (#109893)Kazu Hirata
2024-09-24[MLIR][XeGPU] Updates XeGPU TensorDescAttr and Refine Gather/Scatter definiti...Chao Chen
2024-09-19[mlir][vector][xegpu] Vector to XeGPU conversion pass (#107419)Adam Siemieniuk