[all-commits] [llvm/llvm-project] 5c3150: [MLIR][NVVM] Introduce WGMMA Types
Guray Ozen via All-commits
all-commits at lists.llvm.org
Sat Aug 12 03:47:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c3150e584b6449ac80434ed45a9bfb0188c444c
https://github.com/llvm/llvm-project/commit/5c3150e584b6449ac80434ed45a9bfb0188c444c
Author: Guray Ozen <guray.ozen at gmail.com>
Date: 2023-08-12 (Sat, 12 Aug 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
M mlir/test/Conversion/NVVMToLLVM/invalid.mlir
M mlir/test/Conversion/NVVMToLLVM/nvvm-to-llvm.mlir
Log Message:
-----------
[MLIR][NVVM] Introduce WGMMA Types
This work introduces `WGMMATypes` attributes for the `WgmmaMmaSyncOp`. This op, having been recently added to MLIR, previously used `MMATypes`. However, there arises a disparity in supported types between `MmaOp` and `WgmmaMmaSyncOp`. To address this discrepancy more effectively, a new set of attributes is introduced.
Furthermore, this patch refines and optimizing the verification mechanisms of `WgmmaMmaSyncOp` Op.
It also adds support for f8 types, including `e4m3` and `e5m2`, within the `WgmmaMmaSyncOp`.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D157695
More information about the All-commits
mailing list