[all-commits] [llvm/llvm-project] c0dbe8: [Matrix] Fix shapes in dot product tests.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Apr 3 04:51:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0dbe857907ff7f8549dc35059c21564f4ad91ed
https://github.com/llvm/llvm-project/commit/c0dbe857907ff7f8549dc35059c21564f4ad91ed
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths:
M llvm/test/Transforms/LowerMatrixIntrinsics/dot-product-float.ll
M llvm/test/Transforms/LowerMatrixIntrinsics/dot-product-int.ll
Log Message:
-----------
[Matrix] Fix shapes in dot product tests.
The shape arguments for the @llvm.matrix.column.major.load where
incorrect. Flip them so they are in sync with the shape of the
multiplications.
More information about the All-commits
mailing list