alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Go to the source code of this file.
Classes | |
struct | alpaka::omp::Schedule |
Representation of OpenMP schedule information: kind and chunk size. This class can be used regardless of whether OpenMP is enabled. More... | |
Namespaces | |
alpaka | |
The alpaka accelerator library. | |
alpaka::omp | |
Functions | |
ALPAKA_FN_HOST auto | alpaka::omp::getSchedule () |
Get the OpenMP schedule that is applied when the runtime schedule is used. More... | |
ALPAKA_FN_HOST void | alpaka::omp::setSchedule (Schedule schedule) |
Set the OpenMP schedule that is applied when the runtime schedule is used for future parallel regions. More... | |