📖 [Story] Implement support for serde of TRT Graph modules with torch.export serde API
Open
@peri044 is already working on this.
Since Jan 5, 2024.
Story
Story: Runtime & Memory & Serialization
- Dominant language
- Python
- Stars
- 3k
- Forks
- 410
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 78
Description
TL;DR
torch.export has serde API and now supports custom object (in our case torch.classes.tensorrt.Engine) serialization.
Goal(s)
We should be able to serialize/deserialize the output of torch-trt compilation.
Tasks
### Tasks
- [ ] https://github.com/pytorch/TensorRT/issues/2258
- [ ] https://github.com/pytorch/TensorRT/issues/2259
- [ ] https://github.com/pytorch/TensorRT/issues/2260
- [ ] https://github.com/pytorch/TensorRT/issues/2261
- [ ] https://github.com/pytorch/TensorRT/issues/2270
- [ ] https://github.com/pytorch/TensorRT/issues/2478
- [ ] https://github.com/pytorch/TensorRT/issues/2479
- [ ] https://github.com/pytorch/TensorRT/issues/2341
- [ ] https://github.com/pytorch/TensorRT/issues/2553
- [ ] https://github.com/pytorch/TensorRT/issues/2576
Additional context
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.