NVBIO
|
A stateful for_each enactor class that optimizes the kernel launches at run-time, using per-launch statistics
Definition at line 369 of file primitives.h.
#include <primitives.h>
Public Methods | |
template<typename Iterator , typename Functor > | |
void | operator() (const uint64 n, const Iterator in, Functor functor) |
template<typename Functor > | |
void | operator() (const uint64 n, Functor functor) |
|
inline |
enact the for_each
Definition at line 374 of file primitives.h.
|
inline |
enact the for_each
Definition at line 385 of file primitives.h.