[Mlir-commits] [mlir] [mlir][sparse] implement sparse_tensor.reorder_coo (PR #68916)

Aart Bik llvmlistbot at llvm.org
Thu Oct 12 13:04:05 PDT 2023


================
@@ -956,6 +971,62 @@ SparseTensorStorage<P, C, V> *SparseTensorStorage<P, C, V>::packFromLvlBuffers(
   return tensor;
 }
 
+template <typename P, typename C, typename V>
----------------
aartbik wrote:

the impl should not be in the factory section"

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


More information about the Mlir-commits mailing list