[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
================
@@ -55,6 +55,7 @@ class SparseTensorLevel {
Level getLevel() const { return lvl; }
LevelType getLT() const { return lt; }
Value getSize() const { return lvlSize; }
+ virtual ValueRange getLvlBuffers() const = 0;
----------------
aartbik wrote:
All the macro work
MLIR_DIALECT_SPARSETENSOR_TRANSFORMS_UTILS_SPARSETENSORLEVEL_H_
need renaming
https://github.com/llvm/llvm-project/pull/88162
More information about the Mlir-commits
mailing list