Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] Zero copy output #17

Open
oyilmaz-nvidia opened this issue May 21, 2021 · 0 comments
Open

[FEA] Zero copy output #17

oyilmaz-nvidia opened this issue May 21, 2021 · 0 comments

Comments

@oyilmaz-nvidia
Copy link
Contributor

oyilmaz-nvidia commented May 21, 2021

Right now, once the output is generated by the python transform function, that output is copied to the Triton output buffer because Triton would like to control the lifecycle of the output buffer.

In C++, we can easily use this allocated output buffer by Triton but we'll check if this is possible with the python as well.

During one of the conversations with Triton team, this issue was raised and they said they can provide a callback function to control the third party output buffers. If we really need this kind of solution for python, we can check with the Triton team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant