taskflow/cuda/cuda_stream.hpp file

CUDA stream utilities include file.

Namespaces

namespace tf
taskflow namespace

Classes

class tf::cudaEventCreator
class to create functors that construct CUDA events
class tf::cudaEventDeleter
class to create a functor that deletes a CUDA event
template<typename Creator, typename Deleter>
class tf::cudaEventBase
class to create a CUDA event with unique ownership
class tf::cudaStreamCreator
class to create functors that construct CUDA streams
class tf::cudaStreamDeleter
class to create a functor that deletes a CUDA stream
template<typename Creator, typename Deleter>
class tf::cudaStreamBase
class to create a CUDA stream with unique ownership