triton-inference-server / client

Triton Python, C++ and Java client libraries, and GRPC-generated client examples for go, java and scala.
BSD 3-Clause "New" or "Revised" License
527 stars 225 forks source link

Fixing memory leakage when using dlpack #631

Open ParshikovMM opened 2 months ago

ParshikovMM commented 2 months ago

Here's a proposed fix for the issue: https://github.com/triton-inference-server/client/issues/598

I described the results in detail in the comments of the issue.

dyastremsky commented 2 months ago

Thanks for submitting this fix! Can you submit the Contributor License Agreement (CLA) so that we can review this PR?

CC: @GuanLuo, could you take a look at this one-line change?

ParshikovMM commented 2 months ago

Of course, thank you!

dyastremsky commented 2 months ago

Thank you! We have created a ticket to review this PR.

CC: @GuanLuo @jbkyang-nvi

dyastremsky commented 1 month ago

@GuanLuo @jbkyang-nvi