Skip to content

Commit ff514d9

Browse files
[fixup] Add a comment explaining the added test
1 parent 17cbd43 commit ff514d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mlir/test/Dialect/ArmNeon/lower-to-arm-neon.mlir

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,11 @@ func.func @vector_arm_neon_k_unroll_vecmat(%lhs: vector<1x32xi8>, %rhs: vector<2
355355
return %res : vector<1x2xi32>
356356
}
357357

358+
// -----
359+
360+
// Test with more than one iteration across all of the M, N and K dimensions.
361+
// Shows multiple independent accumulators as well as accumulator reuse.
362+
358363
// CHECK-LABEL: @vector_arm_neon_mnk_unroll
359364
// CHECK-SAME: %arg0: vector<4x16xi8>
360365
// CHECK-SAME: %arg1: vector<4x16xi8>

0 commit comments

Comments
 (0)