summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/NVGPU
AgeCommit message (Expand)Author
2025-08-14[mlir][nvgpu] Add tma last dim bytes check (#153451)lonely eagle
2025-08-06[mlir][nvgpu] Fix tma descriptor check (#152160)lonely eagle
2025-07-23Reland "[mlir][vector] Use vector.broadcast in place of vector.splat" (#150138)James Newling
2025-07-15Revert [mlir][vector] Use vector.broadcast in place of vector.splat (#148937)James Newling
2025-07-14[mlir][vector] Use vector.broadcast in place of vector.splat (#148028)James Newling
2025-01-28[mlir][nvgpu] Fix crash when handling 0D memref in OptimizeSharedMemoryPass (...Longsheng Mou
2025-01-14[mlir][nvgpu]add dim check test to nvgpu.mma op. (#122864)lonely eagle
2024-07-30[mlir][nvgpu] Add `nvgpu.rcp` OP (#100965)Observer007
2024-02-13[mlir][nvgpu] Make `phaseParity` of `mbarrier.try_wait` `i1` (#81460)Guray Ozen
2024-02-05[mlir][nvgpu] Improve `tensormap.descriptor` Type Verifier (#77904)Guray Ozen
2024-01-30[mlir][nvgpu] Mark TMA descriptor as MemWriteAt in `tma.async.store` (#79427)Guray Ozen
2024-01-12[mlir][nvgpu] Improve verifier of `ldmatrix` (#77807)Guray Ozen
2024-01-05[mlir][Transforms] `GreedyPatternRewriteDriver`: Do not CSE constants during ...Matthias Springer
2023-12-10[MLIR][SCF] Add support for pipelining dynamic loops (#74350)Thomas Raoux
2023-11-30[mlir] Fix two `CHECK:` typos (#73803)Rik Huijzer
2023-11-08[MLIR][NVGPU] Improve and Cleanup verifier of TMA OPs (#70923)Guray Ozen
2023-10-24[mlir] use transform-interpreter in test passes (#70040)Oleksandr "Alex" Zinenko
2023-10-17[mlir][nvgpu] Improve `WarpgroupAccumulator` type to simplify IR (#68728)Guray Ozen
2023-10-05[MLIR][NVGPU] Change name `wgmma.descriptor` to `warpgroup.descriptor` (NFC) ...Guray Ozen
2023-09-28[mlir][vector] add result type to vector.extract assembly format (#66499)Cullen Rhodes
2023-09-22[MLIR][NVGPU] Introduce `nvgpu.mbarrier.group` for multiple mbarrier use (#6...Guray Ozen
2023-09-22[MLIR][NVGPU] Adding `nvgpu.warpgroup.mma` Op for Hopper GPUs (#65440)Guray Ozen
2023-08-08[mlir][NVGPU] Support N-D masks in transform.nvgpu.create_async_groupsMatthias Springer
2023-08-08[mlir][nvgpu] Add a nvgpu.rewrite_copy_as_tma transform operation.Nicolas Vasilache
2023-08-07[mlir][NVGPU] Support 2D masks in transform.nvgpu.create_async_groupsMatthias Springer
2023-07-18[mlir][NVGPU][transform] Add `create_async_groups` transform opMatthias Springer
2023-07-17[mlir][nvgpu] Verify invalid copy size (nfc)Guray Ozen
2023-07-17[mlir][nvgpu] add simple pipelining for shared memory copiesAlex Zinenko
2023-07-11[mlir][nvgpu] Implement `nvgpu.device_async_copy` by NVVMToLLVM PassGuray Ozen
2023-06-28Revert "Revert "[mlir][Transform] Add support for mma.sync m16n8k16 f16 rewri...Nicolas Vasilache
2023-06-27Revert "[mlir][Transform] Add support for mma.sync m16n8k16 f16 rewrite." and...Mehdi Amini
2023-06-26[mlir][Transform] Add support for mma.sync m16n8k16 f16 rewrite.Nicolas Vasilache
2023-06-26[mlir][Transform] Introduce nvgpu transform extensionsNicolas Vasilache
2023-03-17[mlir][gpu][nvvm] refined sparsity selector test and verification of mma.spAart Bik
2023-01-13[mlir][gpu] Migrate hard-coded address space integers to an enum attribute (g...Christopher Bate
2022-11-28[mlir][NFC] Remove trailing whitespaces from `*.td` and `*.mlir` files.Hanhan Wang
2022-11-07[mlir][NVGPU] Add support for structured sparsity MMA variantsChristopher Bate
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith
2022-08-15[mlir][nvpu] Prevent F32ToTF32 pattern to generate illegal IRThomas Raoux
2022-08-01[mlir][NVGPU] nvgpu.mmasync on F32 through TF32Manish Gupta
2022-07-14[mlir][NVGPU] Verifier for nvgpu.ldmatrixManish Gupta
2022-07-13[mlir][NVGPU] Verifiers for nvgpu.mma.sync OpManish Gupta
2022-06-17[mlir][nvgpu] shared memory access optimization passChristopher Bate
2022-05-10[mlir][gpu] Move async copy ops to NVGPU and add caching hintsThomas Raoux
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in LLVM/Math/M...River Riddle
2022-04-14[mlir][nvgpu] Move mma.sync and ldmatrix in nvgpu dialectThomas Raoux
2022-04-14[mlir][nvgpu] Add NVGPU dialect (architectural specific gpu dialect)Thomas Raoux