[all-commits] [llvm/llvm-project] 21830c: [mlir][nvgpu] Fix 'warpgroup.mma.store' index calc...
Guray Ozen via All-commits
all-commits at lists.llvm.org
Sun Jan 21 23:33:08 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21830c913505b1fd2cf10e454253483180c7e10b
https://github.com/llvm/llvm-project/commit/21830c913505b1fd2cf10e454253483180c7e10b
Author: Guray Ozen <guray.ozen at gmail.com>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
M mlir/lib/Conversion/NVGPUToNVVM/NVGPUToNVVM.cpp
M mlir/test/Conversion/NVGPUToNVVM/nvgpu-to-nvvm.mlir
Log Message:
-----------
[mlir][nvgpu] Fix 'warpgroup.mma.store' index calculation (#78413)
This PR fixes the 'nvgpu.warpgroup.mma.store' index calculation. When
the destionation memref and current accumulator matrix were small, the
previous code was reaching out of range.
More information about the All-commits
mailing list