summaryrefslogtreecommitdiff
path: root/mlir/test/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 scaled_mfma assembly format with intrinsic shape (#165044)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-10[mlir][amdgpu] Add Inliner interface (#162873)Ivan Butygin
2025-09-24[AMDGPU] Add the support for 45-bit buffer resource (#159702)Shilei Tian
2025-09-18[mlir][AMDGPU] Add canonicalization pattern to pack scales for ScaledMFMAOp (...Muzammil
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-24Reapply "[AMDGPU] fold `memref.subview/expand_shape/collapse_shape` into `am...Alan Li
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-22[mlir][amdgpu] Add `rocdl.s.waitcnt` wrapper (#149670)Ivan Butygin
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-10[mlir][AMDGPU] Add better load/store lowering for full mask (#146748)Kunwar Grover
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-13[mlir][AMDGPU] Add scaled floating point conversion ops (#141554)Tim Gymnich
2025-05-08[MLIR] Fixing the memref linearization size computation for non-packed memref...Zhuoran Yin
2025-05-02[mlir][amdgpu] Define an amdgpu.scaling_mfma wrapper (#137498)Muzammil
2025-04-18[mlir] AMDGPUToROCDL: lower `amdgpu.swizzle_bitmode` (#136223)Ivan Butygin
2025-04-18[mlir][amdgpu] Add `amdgpu.swizzle_bitmode` op (#135513)Ivan Butygin
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-01[mlir][AMDGPU] Add gfx950 MFMAs to the amdgpu.mfma op (#133553)Krzysztof Drewniak
2025-03-21[AMD][ROCDL] Add packed conversions fp8/bf8->bf16 and fp8/bf8->fp32 in ROCDL ...Yi Qian
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-02-26[mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (#...Krzysztof Drewniak
2024-09-12[mlir][AMDGPU] Enable emulating vector buffer_atomic_fadd on gfx11 (#108312)Krzysztof Drewniak
2024-07-30[MLIR][AMDGPU] Add amdgpu.sched_barrier (#98911)Manupa Karunaratne
2024-04-11[mlir][amdgpu] Remove shared memory optimization pass (#88225)Jakub Kuderski
2024-02-27[AMDGPU] Add parameterization for optimized shared memory variables (#82508)erman-gurses
2024-02-15[MLIR][AMDGPU]Add refactoring for shared-mem optimization (#81791)erman-gurses
2024-02-13[AMDGPU][MLIR]Add shmem-optimization as an op using transform dialect (#81550)erman-gurses
2024-01-25[reland][mlir][amdgpu] Shared memory access optimization pass (#79164)erman-gurses
2024-01-19Revert "[mlir][amdgpu] Shared memory access optimization pass" (#78822)Mehdi Amini
2024-01-19[mlir][amdgpu] Shared memory access optimization pass (#75627)erman-gurses
2023-09-28[mlir][AMDGPU] Add packed 8-bit float conversion ops and loweringKrzysztof Drewniak
2023-09-11[mlir][arith] Rename operations: `maxf` → `maximumf`, `minf` → `minimumf`...Daniil Dudkin
2023-07-20[mlir][AMDGPU] Define wrappers for WMMA matrix opsGiuseppe Rossini
2023-05-03[mlir][AMDGPU] Add emulation pass for atomics on AMDGPU targetsKrzysztof Drewniak
2023-05-03[mlir][AMDGPU] Define atomic compare-and-swap for raw buffersKrzysztof Drewniak
2023-03-20Add scalar support for amdgpu.raw_buffer_{load,store}giuseros