aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/GPU/IR
AgeCommit message (Expand)AuthorFilesLines
2026-02-10[mlir][gpu] Validate argument count in gpu.launch parser (#180388)Longsheng Mou1-12/+17
2026-01-28[mlir] Fix new clang-tidy warning llvm-type-switch-case-types. NFC. (#178487)Jakub Kuderski1-1/+1
2026-01-27[mlir] Update all-reduce (& vector tests) to use workgroup barriers (#178285)Krzysztof Drewniak1-1/+22
2026-01-26[mlir][gpu] Add address space modifier to gpu.barrier (#177425)Krzysztof Drewniak1-4/+31
2026-01-25[MLIR] Fix GCC's `-Wreturn-type` warnings (#177654)foxtran1-0/+2
2026-01-23[mlir][gpu] Enforce async keyword when parsing gpu.launch with results (#176570)Akimasa Watanuki1-1/+6
2026-01-16[mlir] Fix build after #175815 (#176332)Matthias Springer1-1/+1
2026-01-16[mlir][Interfaces] Split successor inputs from region successor (#175815)Matthias Springer1-1/+4
2026-01-14[mlir][Interfaces][NFC] Simplify and align `RegionSuccessor` design / API (#1...Matthias Springer1-1/+1
2026-01-12 [mlir][Utils] Add VerificationUtils (NFC) (#174336)Nick Kreeger1-3/+4
2026-01-12[mlir][amdgpu] Remove redundant barriers (#175436)Ivan Butygin1-6/+2
2026-01-06[MLIR] Propagate known cluster sizes from gpu.launch to gpu.func (#174404)Adam Paszke2-1/+21
2026-01-02[mlir][gpu] Fold `subgroup_broadcast(subgroup_broadcast(%val))` chains (#174159)Ivan Butygin1-0/+8
2025-12-01[MLIR][GPU] subgroup_mma fp64 extension - take 2 (#169061)Giacomo Castiglioni1-2/+2
2025-11-21Revert "[MLIR][GPU] subgroup_mma fp64 extension" (#169049)Fabian Mora1-2/+2
2025-11-21[MLIR][GPU] subgroup_mma fp64 extension (#165873)Giacomo Castiglioni1-2/+2
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#165429)Mehdi Amini1-1/+1
2025-10-28Revert " [MLIR] Revamp RegionBranchOpInterface " (#165356)Mehdi Amini1-1/+1
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#161575)Mehdi Amini1-1/+1
2025-10-11[mlir] Use llvm accumulate wrappers. NFCI. (#162957)Jakub Kuderski1-2/+1
2025-10-06[mlir] Simplify unreachable type switch cases. NFC. (#162032)Jakub Kuderski1-1/+1
2025-09-30[MLIR] Fix gpu.launch attribution argument printing (#161408)Mehdi Amini1-29/+16
2025-09-08[mlir][gpu] Revert gpu.subgroup_broadcast with any_lane (#157373)Jakub Kuderski1-4/+0
2025-08-30[mlir][gpu] Add `subgroup_broadcast` op (#152808)Ivan Butygin1-0/+40
2025-08-22[mlir][gpu] Warp execute terminator getter (#154729)Adam Siemieniuk1-2/+5
2025-08-08[mlir][gpu] Update attribute definitions in `gpu::LaunchOp` (#152106)Longsheng Mou1-2/+49
2025-07-29[mlir][gpu] Make offset and width in gpu.rotate as attributes (#150901)Hsiangkai Wang1-32/+4
2025-07-21[mlir][NFC] update `mlir/Dialect` create APIs (16/n) (#149922)Maksim Levental1-21/+24
2025-07-07[mlir] Remove unused includes (NFC) (#147455)Kazu Hirata1-2/+0
2025-07-07[mlir][SCF][GPU] Add DeviceMaskingAttrInterface (#146943)Nicolas Vasilache1-0/+45
2025-07-07[mlir][gpu][transforms] Add support for mapping to lanes (#146912)Nicolas Vasilache1-0/+14
2025-07-04[mlir] Use llvm::fill (NFC) (#147100)Kazu Hirata1-4/+2
2025-07-01[mlir][gpu] Add gpu.rotate operation (#142796)Hsiangkai Wang1-0/+43
2025-06-24[mlir] Migrate away from {TypeRange,ValueRange}(std::nullopt) (NFC) (#145445)Kazu Hirata1-1/+1
2025-05-21[MLIR][NVVM] Add NVVMRequiresSM op traits (#126886)Srinivasa Ravi1-0/+16
2025-05-05[mlir] Remove unused local variables (NFC) (#138481)Kazu Hirata1-3/+0
2025-04-18[mlir][linalg][gpu] Clean up printing. NFC. (#136330)Jakub Kuderski1-3/+1
2025-04-18[mlir][gpu] Clean up prints in GPU dialect. NFC. (#136250)Jakub Kuderski1-8/+10
2025-02-18[mlir][GPUDialect] Add cmdOption suffix consumer in GpuModuleToBinary Pass (#...Zichen Lu1-0/+12
2025-02-17[MLIR][NVVM] Add `ptxas-cmd-options` to pass flags to the downstream compiler...Guray Ozen1-1/+6
2025-02-03[mlir] share argument attributes interface between calls and callables (#123176)jeanPerier1-2/+2
2025-01-21[mlir][IR][NFC] Move free-standing functions to `MemRefType` (#123465)Matthias Springer1-2/+2
2025-01-09[mlir][GPU] Implement ValueBoundsOpInterface for GPU ID operations (#122190)Krzysztof Drewniak2-0/+119
2024-12-17[MLIR] correct return type of parse() functions (#120180)Timothy Hoffman1-2/+2
2024-12-17[MLIR] Add a BlobAttr interface for attribute to wrap arbitrary content and u...Mehdi Amini1-5/+7
2024-12-16[mlir][gpu] Adding ELF section option to the gpu-module-to-binary pass (#119440)Renaud Kauffmann1-6/+12
2024-12-05[MLIR][GPU] Fix memref.dim folding with out-of-bound index (#118890)Mehdi Amini1-1/+2
2024-11-22[MLIR] Move warp_execute_on_lane_0 from vector to gpu (#116994)Petr Kurapov1-0/+182
2024-11-20[mlir][fix] Add callback functions for ModuleToObject (#116916)Zichen Lu1-4/+37
2024-11-19Revert "[MLIR] Add callback functions for ModuleToObject" (#116811)Mehdi Amini1-37/+4