summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/AMDGPU
AgeCommit message (Expand)Author
2025-11-17[mlir][amdgpu] Add lowerings for ScaledExtPacked816 (#168123)Erick Ochoa Lopez
2025-11-17[mlir][amdgpu] Fix documentation and verifiers (#167369)Erick Ochoa Lopez
2025-10-28[mlir][amdgpu][rocdl] Add gfx1250 wmma ops (#165064)Jakub Kuderski
2025-10-25[mlir][amdgpu] Update mfma assembly format with intrinsic shape (#165037)Jakub Kuderski
2025-10-24[mlir][amdgpu] Add explicit intrinsic shape to wmma (#164920)Jakub Kuderski
2025-10-17[mlir][amdgpu] Add scaled_ext_packed{8,16} operations (#159830)Erick Ochoa Lopez
2025-10-16[mlir][AMGPU] Replace use of SmallVector with ArrayRef, NFC (#163770)Muzammil
2025-10-10[mlir][amdgpu] Add Inliner interface (#162873)Ivan Butygin
2025-09-18[mlir][AMDGPU] Add canonicalization pattern to pack scales for ScaledMFMAOp (...Muzammil
2025-09-18[MLIR] Apply clang-tidy fixes for readability-identifier-naming in AMDGPUDial...Mehdi Amini
2025-09-02[MLIR][BUG] fix {$VARIABLE} usage in CMakeLists.txt (#156183)x12301450
2025-08-21[mlir][AMDGPU] Add PermlaneSwapOp (#154345)Tim Gymnich
2025-08-08[mlir][amdgpu] fold memref.subview/expand_shape/collapse_shape into amdgpu.ga...sebvince
2025-08-07[mlir][AMDGPU] Allow non-contiguous destination memrefs for gather_to_lds (#1...Quinn Dawkins
2025-07-24[mlir][AMDGPU] Add canonicalizer for folding casts into gather_to_lds (#150503)Quinn Dawkins
2025-07-24[mlir][NFC] update `mlir/Dialect` create APIs (14/n) (#149920)Maksim Levental
2025-07-24Reapply "[AMDGPU] fold `memref.subview/expand_shape/collapse_shape` into `am...Alan Li
2025-07-23[mlir] Remove unused includes (NFC) (#150266)Kazu Hirata
2025-07-23Revert "[AMDGPU] fold `memref.subview/expand_shape/collapse_shape` in… (#15...Alan Li
2025-07-23[AMDGPU] fold `memref.subview/expand_shape/collapse_shape` into `amdgpu.gathe...Alan Li
2025-07-21[mlir][AMDGPU] Infer canonical layouts for fat_raw_buffer_cast resetOffset (#...Krzysztof Drewniak
2025-07-18[mlir][amdgpu] Properly handle mismatching memref ranks in `amdgpu.gather_to_...Ivan Butygin
2025-07-13[mlir] Remove unused includes (NFC) (#148535)Kazu Hirata
2025-07-10[mlir][AMDGPU] Add better load/store lowering for full mask (#146748)Kunwar Grover
2025-07-09[AMDGPU] [MLIR] Add 96 and 128 bit GatherToLDS for gfx950 (#147496)Daniel Hernandez-Juarez
2025-07-02[MLIR][AMDGPU] Redirect transfer read to masked load lowering (#146705)Zhuoran Yin
2025-06-25[AMDGPU] Adding AMDGPU dialect wrapper for ROCDL transpose loads. (#145395)Alan Li
2025-06-18[mlir][amdgpu][nfc] Add PatternBenefit to populate methods (#144663)Kunwar Grover
2025-06-13[mlir][AMDGPU] Add scaled floating point conversion ops (#141554)Tim Gymnich
2025-05-19[AMDGPU] Add a new amdgcn.load.to.lds intrinsic (#137425)Krzysztof Drewniak
2025-05-13[NFC] Use more isa and isa_and_nonnull instead dyn_cast for predicates (#137393)Max Graey
2025-05-12[mlir][vector] Standardize `base` Naming Across Vector Ops (NFC) (#137859)Andrzej Warzyński
2025-05-08[MLIR] Fixing the memref linearization size computation for non-packed memref...Zhuoran Yin
2025-05-05[mlir] Remove unused local variables (NFC) (#138481)Kazu Hirata
2025-04-17[MLIR][AMDGPU] Fixing word alignment check for bufferload fastpath (#135982)Zhuoran Yin
2025-04-15[MLIR][AMDGPU] Adding dynamic size check to avoid subword buffer load (#135014)Zhuoran Yin
2025-04-08[MLIR][AMDGPU] Fix shared build. NFCMichael Liao
2025-04-08[mlir][bazel] Fix after dae0ef53a0b99c6c2b74143baee5896e8bc5c8e7Christian Sigg
2025-04-08[MLIR][AMDGPU] Add a wrapper for global LDS load intrinsics in AMDGPU (#133498)Alan Li
2025-04-01[mlir][AMDGPU] Add gfx950 MFMAs to the amdgpu.mfma op (#133553)Krzysztof Drewniak
2025-03-21[MLIR][AMDGPU] Adding Vector transfer_read to load rewrite pattern (#131803)Zhuoran Yin
2025-03-13[mlir][AMDGPU] Enable emulating vector buffer_atomic_fadd for bf16 on gfx942 ...Daniel Hernandez-Juarez
2025-03-03[MLIR][AMDGPU] Add OCP FP8 support for new hardware (#127728)Mirza Halilčević
2025-02-27[mlir][AMDGPU] Add int4 intrinsics, mixed-type fp8 to handle gfx12 (#128963)Krzysztof Drewniak
2025-02-26[mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (#...Krzysztof Drewniak
2025-02-19[AMDGPU][MLIR] Replace gfx940 and gfx941 with gfx942 in MLIR (#125836)Fabian Ritter
2025-01-21[mlir][IR][NFC] Move free-standing functions to `MemRefType` (#123465)Matthias Springer
2025-01-20[mlir][IR] Remove `isF...()` type API for low-precision FP types (#123326)Matthias Springer
2024-10-18eliminating g++ warnings (#105520)Frank Schlimbach
2024-09-12[mlir][AMDGPU] Enable emulating vector buffer_atomic_fadd on gfx11 (#108312)Krzysztof Drewniak