Skip to content

Commit 8dd03fe

Browse files
committed
Add missing end newline
Signed-off-by: Rickert, Jonas <[email protected]>
1 parent b14c9d3 commit 8dd03fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/mlir/onnx/onnx_recompose_combine_parallel_conv.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ func.func @test_conv_concat_not_static_shape(%arg0: tensor<1x1x512x512xf32>, %0:
161161
// CHECK: [[VAR_4_:%.+]] = "onnx.Concat"([[VAR_2_]], [[VAR_3_]]) {axis = 1 : si64, onnx_node_name = "onnx.Concat_14"} : (tensor<1x32x512x512xf32>, tensor<1x32x512x512xf32>) -> tensor<1x64x512x512xf32>
162162
// CHECK: return [[VAR_4_]] : tensor<1x64x512x512xf32>
163163
// CHECK: }
164-
}
164+
}

test/mlir/onnx/onnx_recompose_locations.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ func.func @test_combine_conv_split(%arg0: tensor<1x1x512x512xf32>) -> tensor<1x9
7070
// CHECK-DAG: [[LOC_CONV2:#.+]] = loc("conv2")
7171
// CHECK-DAG: [[LOC_CONV3:#.+]] = loc("conv3")
7272
// CHECK-DAG: [[LOC_FUSED]] = loc(fused[[[LOC_CONV1]], [[LOC_CONV3]], [[LOC_CONV2]]])
73-
}
73+
}

0 commit comments

Comments
 (0)