Skip to content

Commit 0e349f5

Browse files
[fixup] Move a comment, it was accidentally in the wrong place
1 parent e9a91c0 commit 0e349f5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

mlir/test/Integration/Dialect/Vector/CPU/ArmNeon/vector-contract-bfmmla.mlir

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
//
4545
// In this specific test we use M == 4, N == 4, and K == 4.
4646

47+
// Note: In this and in the following test the seemingly unnecessary
48+
// writes of test vectors to memory are done in order to introduce memory
49+
// load operations on the path leading up to `vector.contract` since
50+
// that's more representation of the typical usage when multiplying
51+
// big, non-constant tensors.
52+
4753
// CHECK-IR-LABEL: llvm.func @matrix_by_matrix_mul_and_acc
4854
// CHECK-IR-COUNT-4: arm_neon.intr.bfmmla
4955
func.func @matrix_by_matrix_mul_and_acc() {
@@ -110,10 +116,6 @@ func.func @matrix_by_matrix_mul_and_acc() {
110116
// * ACC, OUT: vector<Nxf32>
111117
// N is even and K is divisible by 4.
112118
// In this specific test we use N == 4, and K == 4.
113-
// Note: the seemingly unnecessary writes of test vectors to memory are done
114-
// in order to introduce memory load operations on the path leading up to
115-
// `vector.contract` since that's more representation of the typical usage
116-
// when multiplying big, non-constant tensors.
117119

118120
// CHECK-IR-LABEL: llvm.func @vector_by_matrix_mul_and_acc
119121
// CHECK-IR-COUNT-2: arm_neon.intr.bfmmla

0 commit comments

Comments
 (0)