Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp | ||
---|---|---|
219–231 | I know that this is not recommended, but it cause name collision between parameter and fields. I can change the parameter names instead of using this if you prefer. |
mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.h | ||
---|---|---|
586 | I would move the comment from the constructor here, and document it as a setup, and then document the constructor as doing a direct setup. But just a suggestion, your call in the end. |
I would move the comment from the constructor here, and document it as a setup, and then document the constructor as doing a direct setup. But just a suggestion, your call in the end.