mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 19:24:21 +00:00
[mlir][sparse] fix merge conflict in sddmm test (#66670)
This fixes a merge conflict in https://github.com/llvm/llvm-project/pull/66563
This commit is contained in:
parent
710276a250
commit
d34661309b
@ -130,7 +130,7 @@ func.func @sampled_dd_unfused(%args: tensor<8x8xf64, #SM>,
|
||||
// CHECK-DAG: %[[VAL_6:.*]] = arith.constant false
|
||||
// CHECK-DAG: %[[VAL_7:.*]] = arith.constant true
|
||||
// CHECK-DAG: %[[VAL_8:.*]] = arith.constant dense<0.000000e+00> : tensor<8x8xf64>
|
||||
// CHECK-DAG: %[[VAL_9:.*]] = bufferization.alloc_tensor() copy(%[[VAL_8]]) {bufferization.escape = [false]} : tensor<8x8xf64>
|
||||
// CHECK-DAG: %[[VAL_9:.*]] = bufferization.alloc_tensor() copy(%[[VAL_8]]) : tensor<8x8xf64>
|
||||
// CHECK-DAG: %[[VAL_10:.*]] = tensor.empty() : tensor<8x8xf64, #sparse_tensor.encoding<{{{.*}}}>>
|
||||
// CHECK-DAG: %[[VAL_11:.*]] = bufferization.to_memref %[[VAL_1]] : memref<8x8xf64>
|
||||
// CHECK-DAG: %[[VAL_12:.*]] = bufferization.to_memref %[[VAL_2]] : memref<8x8xf64>
|
||||
|
Loading…
Reference in New Issue
Block a user