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

Default to capturing on CUDA streams using the global capture mode #656

Closed eyalroz closed 3 weeks ago

eyalroz commented 2 months ago

NVIDIA says that cuda::stream::capture::mode_t::global is the default capture mode. So, let's make it our default as well, when a capture mode is not specified.