onnxruntime
adeb0160 - [TRT EP] Fix trt context memory sharing (#24784)

Commit
216 days ago
[TRT EP] Fix trt context memory sharing (#24784) ### Description <!-- Describe your changes. --> Fixed a TRT context memory sharing bug where the context memory was assigned to a unique_ptr that was immediately destructed upon leaving scope. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> The bug seems to be introduced by a refactor work: #15833 : ![image](https://github.com/user-attachments/assets/eec0e363-b6b1-4831-9ee4-a1b3ed45116c)
Author
Parents
Loading