You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 withcuStreamCreateWithPriority
that i'd like to pass in, but the python operators seem to only acceptcvcuda.Stream
objects. And as far as I can tell,cvcuda.Stream
can't be instantiated with an existing stream handle either.The text was updated successfully, but these errors were encountered: