We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2f879 commit c5a1732Copy full SHA for c5a1732
mlir/lib/Dialect/SparseTensor/Transforms/CodegenEnv.h
@@ -108,7 +108,7 @@ class CodegenEnv {
108
return loopEmitter.unpackTensorLevelRange(std::forward<ContainerTy>(c));
109
}
110
111
- unsigned getLoopDepth() const { return loopEmitter.getCurrentDepth(); }
+ unsigned getCurrentDepth() const { return loopEmitter.getCurrentDepth(); }
112
113
//
114
// Code generation environment verify functions.
0 commit comments