Skip to content

Commit c95cb78

Browse files
aartbikzahiraam
authored andcommitted
[mlir][sparse] fix merge conflict in sddmm test (llvm#66670)
This fixes a merge conflict in llvm#66563
1 parent 14ea2bc commit c95cb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/SparseTensor/sparse_sddmm.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func.func @sampled_dd_unfused(%args: tensor<8x8xf64, #SM>,
130130
// CHECK-DAG: %[[VAL_6:.*]] = arith.constant false
131131
// CHECK-DAG: %[[VAL_7:.*]] = arith.constant true
132132
// CHECK-DAG: %[[VAL_8:.*]] = arith.constant dense<0.000000e+00> : tensor<8x8xf64>
133-
// CHECK-DAG: %[[VAL_9:.*]] = bufferization.alloc_tensor() copy(%[[VAL_8]]) {bufferization.escape = [false]} : tensor<8x8xf64>
133+
// CHECK-DAG: %[[VAL_9:.*]] = bufferization.alloc_tensor() copy(%[[VAL_8]]) : tensor<8x8xf64>
134134
// CHECK-DAG: %[[VAL_10:.*]] = tensor.empty() : tensor<8x8xf64, #sparse_tensor.encoding<{{{.*}}}>>
135135
// CHECK-DAG: %[[VAL_11:.*]] = bufferization.to_memref %[[VAL_1]] : memref<8x8xf64>
136136
// CHECK-DAG: %[[VAL_12:.*]] = bufferization.to_memref %[[VAL_2]] : memref<8x8xf64>

0 commit comments

Comments
 (0)