[all-commits] [llvm/llvm-project] 1660f2: [mlir][Transform] Add support for mma.sync m16n8k1...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Mon Jun 26 09:46:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1660f2174d59bc2fd04131dab9ab0b43178bf665
https://github.com/llvm/llvm-project/commit/1660f2174d59bc2fd04131dab9ab0b43178bf665
Author: Nicolas Vasilache <nicolasvasilache at users.noreply.github.com>
Date: 2023-06-26 (Mon, 26 Jun 2023)
Changed paths:
M mlir/lib/Dialect/NVGPU/TransformOps/NVGPUTransformOps.cpp
M mlir/test/Dialect/NVGPU/transform-matmul-to-nvvm.mlir
A mlir/test/Integration/GPU/CUDA/TensorCore/transform-mma-sync-matmul-f16-f16-accum.mlir
Log Message:
-----------
[mlir][Transform] Add support for mma.sync m16n8k16 f16 rewrite.
This PR adds support for the m16n8k16 f16 case.
At this point, the support is mostly mechanical and could be Tablegen'd to all cases.
Until then, this can be populated as needed on a case-by-case basis.
Depends on: D153420
Differential Revision: https://reviews.llvm.org/D153428
More information about the All-commits
mailing list