![]() |
Taskflow
3.2.0-Master-Branch
|
cudaTask include file More...
Go to the source code of this file.
Classes | |
class | tf::cudaTask |
class to create a task handle over an internal node of a cudaFlow graph More... | |
Namespaces | |
namespace | tf |
taskflow namespace | |
Enumerations | |
enum class | tf::cudaTaskType : int { tf::EMPTY = 0 , tf::HOST , tf::MEMSET , tf::MEMCPY , tf::KERNEL , tf::SUBFLOW , tf::CAPTURE , tf::UNDEFINED } |
enumeration of all cudaTask types More... | |
Functions | |
constexpr const char * | tf::to_string (cudaTaskType type) |
convert a cuda_task type to a human-readable string | |
std::ostream & | tf::operator<< (std::ostream &os, const cudaTask &ct) |
overload of ostream inserter operator for cudaTask | |
cudaTask include file