[Mlir-commits] [mlir] [mlir][sparse] set up the skeleton for SparseTensorLevel abstraction. (PR #75645)
Aart Bik
llvmlistbot at llvm.org
Fri Dec 15 11:48:10 PST 2023
================
@@ -648,8 +644,9 @@ class LoopEmitter {
std::vector<std::vector<Value>> segHi;
std::vector<std::vector<Value>> highs;
std::vector<std::vector<Value>> lvlSizes;
- std::vector<std::vector<Value>> positionsBuffers; // to_positions
- std::vector<std::vector<Value>> coordinatesBuffers; // to_coordinates
+ // std::vector<std::vector<Value>> positionsBuffers; // to_positions
----------------
aartbik wrote:
remove for real
https://github.com/llvm/llvm-project/pull/75645
More information about the Mlir-commits
mailing list