[all-commits] [llvm/llvm-project] f30993: [mlir][nvvm] Remove special case ptr arithmetic lo...
Thomas via All-commits
all-commits at lists.llvm.org
Wed Nov 10 10:00:40 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f309939d065a67cb2379059d82cb8a76d8b74e3c
https://github.com/llvm/llvm-project/commit/f309939d065a67cb2379059d82cb8a76d8b74e3c
Author: thomasraoux <thomasraoux at google.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M mlir/include/mlir/Dialect/GPU/GPUOps.td
M mlir/lib/Conversion/GPUToNVVM/WmmaOpsToNvvm.cpp
M mlir/test/Conversion/GPUToNVVM/wmma-ops-to-nvvm.mlir
Log Message:
-----------
[mlir][nvvm] Remove special case ptr arithmetic lowering in gpu to nvvm
Use existing helper instead of handling only a subset of indices lowering
arithmetic. Also relax the restriction on the memref rank for the GPU mma ops
as we can now support any rank.
Differential Revision: https://reviews.llvm.org/D113383
More information about the All-commits
mailing list