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

Offer stand-alone functions for stream capture begin and end #657

Open eyalroz opened 2 months ago

eyalroz commented 2 months ago

Let's allow beginning and ending stream capture via stand-alone functions as well as the begin_capture() and end_capture() methods.