Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This feels like something that would just be in the documentation of the sparse dialect.
Comment Actions
Ah, I see. So I should add a SparseTensor.md in mlir/docs instead. That makes sense. Thanks!
Comment Actions
There should be one auto-generated already (https://mlir.llvm.org/docs/Dialects/SparseTensorOps/). Could you place this in the description of the SparseTensor dialect? Otherwise, you'll likely need to link the auto-generated docs into the new doc.
Comment Actions
Nice, I like the idea of having all doc in the dialect base class I added.
Apologies for the "false start" with a readme file, this makes so much more sense!
Comment Actions
No need for apologies! Just trying to make sure all the docs are in one place+consistent.