muda
|
A frequently used parallel for loop, DynamicBlockDim and GridStrideLoop strategy are provided, and can be switched seamlessly to each other. More...
#include <muda/launch/launch_base.h>
#include <muda/launch/kernel_tag.h>
#include <stdexcept>
#include <exception>
#include "details/parallel_for.inl"
Go to the source code of this file.
Classes | |
class | muda::details::ParallelForCallable< F > |
class | muda::ParallelForDetails |
class | muda::ParallelFor |
a frequently used parallel for loop, DynamicBlockDim and GridStrideLoop strategy are provided, and can be switched seamlessly to each other. More... | |
Enumerations | |
enum | ParallelForType : uint32_t { DynamicBlocks, GridStrideLoop } |
A frequently used parallel for loop, DynamicBlockDim and GridStrideLoop strategy are provided, and can be switched seamlessly to each other.