summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/NVGPU/Transforms/OptimizeSharedMemory.cpp
AgeCommit message (Expand)Author
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-01-28[mlir][nvgpu] Fix crash when handling 0D memref in OptimizeSharedMemoryPass (...Longsheng Mou
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2023-07-17[mlir][NVGPU][NFC] Clean up code structureMatthias Springer
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
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-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] shared memory access optimization passChristopher Bate