Skip to content

Commit 525d2f1

Browse files
committed
Rename test case
1 parent 71520bc commit 525d2f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/test/Conversion/VectorToXeGPU/contract-to-xegpu.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func.func @negative_vnni_packed(%lhs: vector<8x8x2xf16>, %rhs: vector<8x16x2xf16
7272
#map = affine_map<(d0, d1, d2) -> (d0, d2)>
7373
#map1 = affine_map<(d0, d1, d2) -> (d2, d1)>
7474
#map2 = affine_map<(d0, d1, d2) -> (d0, d1)>
75-
func.func @negative_combining_type(%lhs: vector<8x16xf16>, %rhs: vector<16x16xf16>,
75+
func.func @negative_combining_kind(%lhs: vector<8x16xf16>, %rhs: vector<16x16xf16>,
7676
%acc: vector<8x16xf32>) -> vector<8x16xf32> {
7777
%3 = vector.contract
7878
{indexing_maps = [#map, #map1, #map2],
@@ -82,7 +82,7 @@ func.func @negative_combining_type(%lhs: vector<8x16xf16>, %rhs: vector<16x16xf1
8282
return %3 : vector<8x16xf32>
8383
}
8484

85-
// CHECK-LABEL: @negative_combining_type(
85+
// CHECK-LABEL: @negative_combining_kind(
8686
// CHECK: vector.contract
8787

8888
// -----

0 commit comments

Comments
 (0)