[all-commits] [llvm/llvm-project] 3be7c2: [mlir][NVVM] Add support for nvvm mma.sync ops
Chris via All-commits
all-commits at lists.llvm.org
Fri Mar 25 10:32:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3be7c2891798025e524fce1b7cdaa27aee6c9816
https://github.com/llvm/llvm-project/commit/3be7c2891798025e524fce1b7cdaa27aee6c9816
Author: Christopher Bate <cbate at nvidia.com>
Date: 2022-03-25 (Fri, 25 Mar 2022)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/CMakeLists.txt
M mlir/include/mlir/Dialect/LLVMIR/NVVMDialect.h
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
M mlir/test/Dialect/LLVMIR/invalid.mlir
M mlir/test/Dialect/LLVMIR/nvvm.mlir
M mlir/test/Target/LLVMIR/nvvmir.mlir
Log Message:
-----------
[mlir][NVVM] Add support for nvvm mma.sync ops
This patch adds MLIR NVVM support for the various NVPTX `mma.sync`
operations. There are a number of possible data type, shape,
and other attribute combinations supported by the operation, so a
custom assebmly format is added and attributes are inferred where
possible.
Reviewed By: ThomasRaoux
Differential Revision: https://reviews.llvm.org/D122410
More information about the All-commits
mailing list