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

Can't access the default stream of a (non-primary) context #651

Closed eyalroz closed 3 weeks ago

eyalroz commented 2 months ago

Every CUDA context should have a default stream; yet - we only support access of the default stream for the primary context of a device... let's extend that support to all streams.