Taskflow  3.2.0-Master-Branch
Loading...
Searching...
No Matches
for_each.hpp File Reference

cuda parallel-iteration algorithms include file More...

Go to the source code of this file.

Namespaces

namespace  tf
 taskflow namespace
 

Functions

template<typename P , typename C >
void tf::cuda_single_task (P &&p, C c)
 runs a callable asynchronously using one kernel thread
 
template<typename P , typename I , typename C >
void tf::cuda_for_each (P &&p, I first, I last, C c)
 performs asynchronous parallel iterations over a range of items
 
template<typename P , typename I , typename C >
void tf::cuda_for_each_index (P &&p, I first, I last, I inc, C c)
 performs asynchronous parallel iterations over an index-based range of items
 

Detailed Description

cuda parallel-iteration algorithms include file