[Mlir-commits] [mlir] [mlir][sparse] Finish migrating integration tests to use sparse_tensor.print (PR #84997)
Yinying Li
llvmlistbot at llvm.org
Tue Mar 12 17:18:48 PDT 2024
================
@@ -171,19 +171,19 @@ module {
-> tensor<8x8xf32>
%COO_RET = call @add_coo_coo_out_coo(%COO_A, %COO_B) : (tensor<8x8xf32, #SortedCOO>,
tensor<8x8xf32, #SortedCOOSoA>)
- -> tensor<8x8xf32, #SortedCOO>
- %C4 = sparse_tensor.convert %COO_RET : tensor<8x8xf32, #SortedCOO> to tensor<8x8xf32>
----------------
yinying-lisa-li wrote:
Good point! Will ad it back.
https://github.com/llvm/llvm-project/pull/84997
More information about the Mlir-commits
mailing list