[all-commits] [llvm/llvm-project] a57cca: [VectorToGPU] Fix horizontal stride calculation fo...
Thomas via All-commits
all-commits at lists.llvm.org
Thu Jan 27 13:36:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a57ccad5a6a55f127df79adf86ccd169e9d6ccc8
https://github.com/llvm/llvm-project/commit/a57ccad5a6a55f127df79adf86ccd169e9d6ccc8
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M mlir/lib/Conversion/VectorToGPU/VectorToGPU.cpp
M mlir/test/Conversion/VectorToGPU/vector-to-mma-ops.mlir
Log Message:
-----------
[VectorToGPU] Fix horizontal stride calculation for N-D memref
Fix a bug in how we calculate the stride of mma load/store ops for N-D
memrefs
Differential Revision: https://reviews.llvm.org/D118378
More information about the All-commits
mailing list