summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/NVGPU/Transforms
AgeCommit message (Expand)Author
2025-10-08[NFC][MLIR][NVGPU] Cleanup namespace usage (#162158)Rahul Joshi
2025-09-15[mlir][vector] Use `source` as the source argument name (#158258)Andrzej Warzyński
2025-07-22[mlir][NFC] update `mlir/Dialect` create APIs (19/n) (#149926)Maksim Levental
2025-07-13[mlir] Remove unused includes (NFC) (#148535)Kazu Hirata
2025-05-12[mlir][vector] Standardize `base` Naming Across Vector Ops (NFC) (#137859)Andrzej Warzyński
2025-01-28[mlir][nvgpu] Fix crash when handling 0D memref in OptimizeSharedMemoryPass (...Longsheng Mou
2025-01-21[mlir][IR][NFC] Move free-standing functions to `MemRefType` (#123465)Matthias Springer
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-01-17[mlir][IR] Rename "update root" to "modify op" in rewriter API (#78260)Matthias Springer
2024-01-12[mlir][Interfaces] `DestinationStyleOpInterface`: Rename `hasTensor/BufferSem...Matthias Springer
2023-09-22[mlir][Vector] Add support for Value indices to vector.extract/insertDiego Caballero
2023-08-08[mlir][NVGPU] Support N-D masks in transform.nvgpu.create_async_groupsMatthias Springer
2023-08-07[mlir][NVGPU] Support 2D masks in transform.nvgpu.create_async_groupsMatthias Springer
2023-07-18[mlir][NVGPU][transform] Add `create_async_groups` transform opMatthias Springer
2023-07-17[mlir][NVGPU][NFC] Clean up code structureMatthias Springer
2023-05-16[mlir][GPU] Rename MLIRGPUOps CMake target to MLIRGPUDialectMatthias Springer
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-03-02[mlir][NVGPU] Fix incorrect API usage in RewritePatternsMatthias Springer
2023-01-13[mlir][gpu] Migrate hard-coded address space integers to an enum attribute (g...Christopher Bate
2022-12-17mlir/tblgen: use std::optional in generationRamkumar Ramachandra
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-09-06Apply clang-tidy fixes for readability-identifier-naming in OptimizeSharedMem...Mehdi Amini
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-15[mlir][nvpu] Prevent F32ToTF32 pattern to generate illegal IRThomas Raoux
2022-08-01[mlir][NVGPU] nvgpu.mmasync on F32 through TF32Manish Gupta
2022-07-10[mlir] Flip accessors to prefixed form (NFC)Jacques Pienaar
2022-06-18[mlir] Update accessors to prefixed form (NFC)Jacques Pienaar
2022-06-17[mlir][nvgpu] fix MSVC warning regarding left shiftChristopher Bate
2022-06-17[mlir][nvgpu] fix missing build dependency for NVGPUTransformsChristopher Bate
2022-06-17[mlir][nvgpu] shared memory access optimization passChristopher Bate