Skip to content

Commit 6a77167

Browse files
author
Longsheng Du
committed
fix test
1 parent 861e546 commit 6a77167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gc/Dialect/OneDNNGraph/onednn-graph-mlp.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func.func @mlp_transpose_a(%in: tensor<512x128xbf16>,
2323
return %1 : tensor<128x256xbf16>
2424
}
2525

26-
// CHECK-LABEL: @mlp_transpose_a
26+
// CHECK-LABEL: @mlp_transpose_b
2727
func.func @mlp_transpose_b(%in: tensor<128x512xbf16>,
2828
%weight0: tensor<256x512xbf16>, %bias0: tensor<256xbf16>) -> tensor<128x256xbf16> {
2929
%0 = onednn_graph.matmul %in, %weight0, %bias0 {transpose_b = true}

0 commit comments

Comments
 (0)