GPU Algorithms
Taskflow provides algorithms and libraries for users to express common GPU workloads.
cudaFlow Algorithms
Taskflow provides several templates to express generic GPU algorithms in tf::
- Single Task (cudaFlow)
- Parallel Iterations (cudaFlow)
- Parallel Transforms (cudaFlow)
- Parallel Reduction (cudaFlow)
Taskflow provides serveral task-based interfaces on top of external CUDA libraries to express domain-specific algorithms in tf::