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

cuda parallel-transform algorithms include file More...

Go to the source code of this file.

Namespaces

namespace  tf
 taskflow namespace
 

Functions

template<typename P , typename I , typename O , typename C >
void tf::cuda_transform (P &&p, I first, I last, O output, C op)
 performs asynchronous parallel transforms over a range of items
 
template<typename P , typename I1 , typename I2 , typename O , typename C >
void tf::cuda_transform (P &&p, I1 first1, I1 last1, I2 first2, O output, C op)
 performs asynchronous parallel transforms over two ranges of items
 

Detailed Description

cuda parallel-transform algorithms include file