inducer / pycuda

CUDA integration for Python, plus shiny features
http://mathema.tician.de/software/pycuda
Other
1.85k stars 288 forks source link

[FEATURE REQUEST] Implement Stream priorities #319

Open dmenig opened 3 years ago

dmenig commented 3 years ago

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

inducer commented 2 years ago

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.

dmenig commented 2 years ago

@inducer I went ahead and did it. Can you check please ?