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

[QUESTION] python cvcuda operators - stream argument, is it possible to use externally created streams? #228

Open
rcode6 opened this issue Feb 19, 2025 · 0 comments
Labels
question Further information is requested

Comments

@rcode6
Copy link

rcode6 commented Feb 19, 2025

For the python bindings, is there a way to run operators on streams that aren't created with cvcuda.Stream()? I have a stream created with cuStreamCreateWithPriority that i'd like to pass in, but the python operators seem to only accept cvcuda.Stream objects. And as far as I can tell, cvcuda.Stream can't be instantiated with an existing stream handle either.

@rcode6 rcode6 added the question Further information is requested label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant