Loading...
Searching...
No Matches
tf::cudaEventCreator Class Reference

class to create functors that construct CUDA events More...

#include <taskflow/cuda/cuda_stream.hpp>

Public Member Functions

cudaEvent_t operator() () const
 creates a new cudaEvent_t object using cudaEventCreate
 
cudaEvent_t operator() (unsigned int flag) const
 creates a new cudaEvent_t object using cudaEventCreate with the given flag
 
cudaEvent_t operator() (cudaEvent_t event) const
 returns the given cudaEvent_t object
 

Detailed Description

class to create functors that construct CUDA events


The documentation for this class was generated from the following file: