We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think I'm able to say that stream priority isn't implemented in pycuda right now.
Although Cuda gives the possibility to allocate priorities to Streams, as pointed out here : https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#stream-priorities
Will you please think about adding this feature whenever you can ? Or do you know of any workaround ?
Cordially
The text was updated successfully, but these errors were encountered:
This seems simple to implement, but it's unlikely I'll have the spare bandwidth for it soon. I'm happy to look at PRs though.
Sorry, something went wrong.
@inducer I went ahead and did it. Can you check please ?
No branches or pull requests
I think I'm able to say that stream priority isn't implemented in pycuda right now.
Although Cuda gives the possibility to allocate priorities to Streams, as pointed out here :
https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#stream-priorities
Will you please think about adding this feature whenever you can ? Or do you know of any workaround ?
Cordially
The text was updated successfully, but these errors were encountered: