Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp | ||
---|---|---|
593–596 | (The lgtm notwithstanding), If we're so concerned to share the contents of params, then at this point I think newParams() should be refactored into smaller chunks so that we can share/hide all this boilerplate (and avoid the inevitable magic numbers issues re the indices into params) |
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp | ||
---|---|---|
593–596 | I agree! This fixes a subtle bug for the world, but I also was thinking of exactly this. A nice follow up refactoring perhaps? ;-) |
(The lgtm notwithstanding), If we're so concerned to share the contents of params, then at this point I think newParams() should be refactored into smaller chunks so that we can share/hide all this boilerplate (and avoid the inevitable magic numbers issues re the indices into params)