Skip to content

Commit 8d603a1

Browse files
Fix test
1 parent 1742a95 commit 8d603a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Linalg/transform-op-pad-tiling-interface.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: mlir-opt --transform-interpreter -canonicalize -split-input-file --verify-diagnostics %s | FileCheck %s
22

3-
// CHECK-LABEL: pad_lhs
3+
// CHECK-LABEL: pad_fill
44
// CHECK: linalg.fill ins(%{{.*}} : f32) outs(%{{.*}} : tensor<8x25xf32>) -> tensor<8x25xf32>
55
func.func @pad_fill(%value: f32, %output: tensor<24x25xf32>) -> tensor<24x25xf32>
66
{

0 commit comments

Comments
 (0)