summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/GPU/TransformOps/Utils.cpp
AgeCommit message (Expand)Author
2025-07-25[mlir] Switch to new LDBG macro (#150616)Jacques Pienaar
2025-07-23[mlir] Remove unused includes (NFC) (#150266)Kazu Hirata
2025-07-21[mlir][NFC] update `mlir/Dialect` create APIs (16/n) (#149922)Maksim Levental
2025-07-07[mlir] Remove unused includes (NFC) (#147455)Kazu Hirata
2025-07-07[mlir][SCF][GPU] Add DeviceMaskingAttrInterface (#146943)Nicolas Vasilache
2025-07-07[mlir] NFC - refactor id builder and avoid leaking impl details (#146922)Nicolas Vasilache
2025-07-07[mlir][gpu][transforms] Add support for mapping to lanes (#146912)Nicolas Vasilache
2025-04-19[mlir][transform] Clean up prints. NFC. (#136401)Jakub Kuderski
2025-02-05[MLIR][NVGPU] Move max threads/blocks size to dialect (NFC) (#124454)Guray Ozen
2024-12-21[Dialect] Migrate away from PointerUnion::{is,get} (NFC) (#120818)Kazu Hirata
2024-08-04[mlir] Construct SmallVector with ArrayRef (NFC) (#101896)Kazu Hirata
2024-03-20[mlir] split transform interfaces into a separate library (#85221)Oleksandr "Alex" Zinenko
2024-01-17Apply clang-tidy fixes for readability-identifier-naming in Utils.cpp (NFC)Mehdi Amini
2024-01-17Apply clang-tidy fixes for performance-unnecessary-value-param in Utils.cpp (...Mehdi Amini
2024-01-15Apply clang-tidy fixes for bugprone-macro-parentheses in Utils.cpp (NFC)Mehdi Amini
2023-07-26[mlir][transforms] Revamp the implementation of mapping loops to GPUsNicolas Vasilache
2023-07-25[mlir][linalg] NFC - Move some utils in preparation for revamping mapping of ...Nicolas Vasilache