eyalroz / cuda-api-wrappers

Thin, unified, C++-flavored wrappers for the CUDA APIs
BSD 3-Clause "New" or "Revised" License
766 stars 79 forks source link

Support stream-unaware launching in an arbitrary CUDA context #653

Open eyalroz opened 2 months ago

eyalroz commented 2 months ago

Let's allow context.launch() to do synchronous/default-stream launching of kernels, on any context object.