You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
* Now offering global capture mode as a default (so the user doesn't need to always specify it explicitly)
* Can now start and stop capturing using stand-alone functions in addition to stream_t methods.
* Now offering global capture mode as a default (so the user doesn't need to always specify it explicitly)
* Can now start and stop capturing using stand-alone functions in addition to stream_t methods
* Also marked `cuda::stream::capture::state()` as `inline`, although it may not have needed it
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.The text was updated successfully, but these errors were encountered: