Skip to content

Commit d532ee6

Browse files
remove space
1 parent 9860fd0 commit d532ee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/test/Integration/Dialect/SparseTensor/CPU/concatenate_dim_0_permute.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ module {
153153
//
154154
%4 = call @concat_sparse_sparse_perm(%sm24ccp, %sm34cd, %sm44dc)
155155
: (tensor<2x4xf64, #MAT_C_C_P>, tensor<3x4xf64, #MAT_C_D>, tensor<4x4xf64, #MAT_D_C>) -> tensor<9x4xf64, #MAT_C_C_P>
156-
sparse_tensor.print %4 : tensor<9x4xf64, #MAT_C_C_P>
156+
sparse_tensor.print %4 : tensor<9x4xf64, #MAT_C_C_P>
157157

158158
// CHECK: {{\[}}[1, 0, 3, 0],
159159
// CHECK-NEXT: [0, 2, 0, 0],
@@ -182,7 +182,7 @@ module {
182182
//
183183
%6 = call @concat_mix_sparse_perm(%m24, %sm34cdp, %sm44dc)
184184
: (tensor<2x4xf64>, tensor<3x4xf64, #MAT_C_D_P>, tensor<4x4xf64, #MAT_D_C>) -> tensor<9x4xf64, #MAT_C_C>
185-
sparse_tensor.print %6 : tensor<9x4xf64, #MAT_C_C>
185+
sparse_tensor.print %6 : tensor<9x4xf64, #MAT_C_C>
186186

187187
// CHECK: {{\[}}[1, 0, 3, 0],
188188
// CHECK-NEXT: [0, 2, 0, 0],

0 commit comments

Comments
 (0)