[Mlir-commits] [mlir] [mlir][sparse] rename files and unifies APIs (PR #88162)
Aart Bik
llvmlistbot at llvm.org
Tue Apr 9 10:45:41 PDT 2024
================
@@ -46,21 +46,41 @@ using ValueTuple = std::tuple<Value, Value, Value>;
namespace {
+template <bool hasPosBuffer>
class SparseLevel : public SparseTensorLevel {
+ // It is either a array of size 2 or size 1 depending on whether the sparse
----------------
aartbik wrote:
an array
https://github.com/llvm/llvm-project/pull/88162
More information about the Mlir-commits
mailing list