[all-commits] [llvm/llvm-project] 3d3554: Support `transpose` mode for `gpu.subgroup` WMMA ops
Navdeep Katel via All-commits
all-commits at lists.llvm.org
Mon Dec 5 09:07:27 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d35546cd1680b0e087fb6c9976799760146c377
https://github.com/llvm/llvm-project/commit/3d35546cd1680b0e087fb6c9976799760146c377
Author: Navdeep Katel <navdeep at polymagelabs.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
M mlir/lib/Conversion/GPUToNVVM/WmmaOpsToNvvm.cpp
M mlir/lib/Conversion/GPUToSPIRV/WmmaOpsToSPIRV.cpp
M mlir/lib/Conversion/VectorToGPU/VectorToGPU.cpp
M mlir/test/Conversion/GPUToNVVM/wmma-ops-to-nvvm.mlir
M mlir/test/Conversion/GPUToSPIRV/wmma-ops-to-spirv.mlir
M mlir/test/Integration/GPU/CUDA/TensorCore/wmma-matmul-f16.mlir
Log Message:
-----------
Support `transpose` mode for `gpu.subgroup` WMMA ops
Add support for loading, computing, and storing `gpu.subgroup` WMMA ops
in transpose mode as well. Update the GPU to NVVM lowerings to support
`transpose` mode and update integration tests as well.
Reviewed By: ThomasRaoux
Differential Revision: https://reviews.llvm.org/D139021
More information about the All-commits
mailing list