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

Peiming Liu llvmlistbot at llvm.org
Tue Oct 31 15:27:50 PDT 2023


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

How about deleting it now?

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


More information about the Mlir-commits mailing list