class to create functors that construct CUDA events
More...
#include <taskflow/cuda/cuda_stream.hpp>
|
|
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
|
| |
class to create functors that construct CUDA events
The documentation for this class was generated from the following file: