class to create functors that construct CUDA streams
More...
#include <taskflow/cuda/cuda_stream.hpp>
|
|
cudaStream_t | operator() () const |
| | constructs a new cudaStream_t object using cudaStreamCreate
|
| |
|
cudaStream_t | operator() (cudaStream_t stream) const |
| | returns the given cudaStream_t object
|
| |
class to create functors that construct CUDA streams
The documentation for this class was generated from the following file: