Back to Taskflow

Taskflow: A General

docs/classtf_1_1cudaEventCreator.html

4.1.01.3 KB
Original Source

| | Taskflow: A General-purpose Task-parallel Programming System |

Loading...

Searching...

No Matches

Public Member Functions | List of all members

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: