struct
#include <taskflow/cuda/cuda_stream.hpp>
cudaEventCreator functor to create a cudaEvent_t
object
Public functions
- auto operator()() const -> cudaEvent_t
- creates a new
cudaEvent_t
object usingcudaEventCreate
- auto operator()(unsigned int flag) const -> cudaEvent_t
- creates a new
cudaEvent_t
object usingcudaEventCreate
with the givenflag