✨[Feature] Perf improvement for full converter
Open
Nobody has claimed this yet.
feature request
story: Performance & Benchmarking
- Dominant language
- Python
- Stars
- 3k
- Forks
- 410
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 78
Description
Is your feature request related to a problem? Please describe.
The static case with np.full_like was reported to be slow. https://github.com/pytorch/TensorRT/pull/3077#issuecomment-2284587055
Describe the solution you'd like
Convert it to dynamic to potentially make it faster
Describe alternatives you've considered
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.