Bolt
1.3
C++ template library with support for OpenCL
|
parallel_iteration just use a parallel_for for all devices More...
#include <amp.h>
Go to the source code of this file.
Namespaces | |
namespace | bolt |
Defining namespace for the Bolt project. | |
Functions | |
template<typename IterType , typename Function > | |
void | bolt::parallel_iteration (concurrency::extent< 1 > ext, IterType Init, Function f) |
template<typename IterType , typename Function > | |
void | bolt::parallel_iteration_1 (concurrency::extent< 1 > ext, IterType Init, Function f) |
parallel_iteration just use a parallel_for for all devices