Move gpu operation mma.sync and ldmatrix in nvgpu as they are specific
to nvidia target.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D123824
[mlir][nvgpu] Move mma.sync and ldmatrix in nvgpu dialect ClosedPublic Authored by ThomasRaoux on Apr 14 2022, 3:30 PM.
Details Summary Move gpu operation mma.sync and ldmatrix in nvgpu as they are specific
Diff Detail Event TimelineThis revision is now accepted and ready to land.Apr 14 2022, 3:55 PM This revision was landed with ongoing or failed builds.Apr 14 2022, 4:46 PM Closed by commit rG894a591cf6fc: [mlir][nvgpu] Move mma.sync and ldmatrix in nvgpu dialect (authored by ThomasRaoux). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 422972 mlir/include/mlir/Conversion/NVGPUToNVVM/NVGPUToNVVM.h
mlir/include/mlir/Conversion/Passes.h
mlir/include/mlir/Conversion/Passes.td
mlir/include/mlir/Dialect/GPU/GPUOps.td
mlir/include/mlir/Dialect/NVGPU/NVGPU.td
mlir/lib/Conversion/CMakeLists.txt
mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
mlir/lib/Conversion/NVGPUToNVVM/CMakeLists.txt
mlir/lib/Conversion/NVGPUToNVVM/NVGPUToNVVM.cpp
mlir/test/Conversion/GPUToNVVM/mma-sync-to-nvvm.mlir
mlir/test/Conversion/NVGPUToNVVM/mma-sync-to-nvvm.mlir
mlir/test/Dialect/NVGPU/roundtrip.mlir
|