[Mlir-commits] [mlir] [mlir][sparse] first proof-of-concept non-permutation rewriter (PR #70863)

Aart Bik llvmlistbot at llvm.org
Tue Oct 31 16:13:45 PDT 2023


================
@@ -8,3 +8,50 @@
 func.func @sparse_nop(%arg0: tensor<?xf64, #SparseVector>) -> tensor<?xf64, #SparseVector> {
   return %arg0 : tensor<?xf64, #SparseVector>
 }
----------------
aartbik wrote:

Ok, next one (when we have > 1 ;-)

https://github.com/llvm/llvm-project/pull/70863


More information about the Mlir-commits mailing list