[all-commits] [llvm/llvm-project] 8e61fd: [mlir][ROCDL] Define MLIR wrappers around new MFMA...
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Mon Jun 20 08:04:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e61fdc72780a17ef3b03c2526bba9272ce303c5
https://github.com/llvm/llvm-project/commit/8e61fdc72780a17ef3b03c2526bba9272ce303c5
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2022-06-20 (Mon, 20 Jun 2022)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
M mlir/test/Dialect/LLVMIR/rocdl.mlir
Log Message:
-----------
[mlir][ROCDL] Define MLIR wrappers around new MFMA intrinsics
In order to support newer hardware, define wrappers around MFMA
intrinsics that have not previously been exposed in the ROCDL dialect.
A `amdgpu.mfma` wrapper around these instructions is in development
and will provide a more user-friendly interface to them.
Reviewed By: ThomasRaoux
Differential Revision: https://reviews.llvm.org/D128079
More information about the All-commits
mailing list