[all-commits] [llvm/llvm-project] eacd6e: [mlir][GPUtoNVVM] Relax restriction on wmma op low...
Thomas via All-commits
all-commits at lists.llvm.org
Wed Oct 27 21:32:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eacd6e1ebef511b216c8b2805e7e662b9902de74
https://github.com/llvm/llvm-project/commit/eacd6e1ebef511b216c8b2805e7e662b9902de74
Author: thomasraoux <thomasraoux at google.com>
Date: 2021-10-27 (Wed, 27 Oct 2021)
Changed paths:
M mlir/lib/Conversion/GPUToNVVM/WmmaOpsToNvvm.cpp
M mlir/test/Conversion/GPUToNVVM/wmma-ops-to-nvvm.mlir
M mlir/test/Integration/GPU/CUDA/TensorCore/wmma-matmul-f16.mlir
M mlir/test/Integration/GPU/CUDA/TensorCore/wmma-matmul-f32.mlir
Log Message:
-----------
[mlir][GPUtoNVVM] Relax restriction on wmma op lowering
Allow lowering of wmma ops with 64bits indexes. Change the default
version of the test to use default layout.
Differential Revision: https://reviews.llvm.org/D112479
More information about the All-commits
mailing list