[Mlir-commits] [mlir] [mlir][sparse] code cleanup (remove dead code related to filter loop). (PR #72573)
Aart Bik
llvmlistbot at llvm.org
Thu Nov 16 14:12:14 PST 2023
================
@@ -244,8 +244,8 @@ class Merger {
///
/// The maxLvlRank specifies the max level rank of all inputs/output tensors.
/// It is used to pre-allocate sufficient memory for internal storage.
- Merger(unsigned numInputOutputTensors, unsigned numNativeLoops,
- unsigned numFilterLoops, unsigned maxLvlRank);
+ Merger(unsigned numInputOutputTensors, unsigned numLoops,
----------------
aartbik wrote:
the comment above (referring to filter loops) need updating too
https://github.com/llvm/llvm-project/pull/72573
More information about the Mlir-commits
mailing list