alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/core/BoostPredef.hpp"
#include "alpaka/core/Common.hpp"
#include <algorithm>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | alpaka::AtomicAdd |
The addition function object. More... | |
struct | alpaka::AtomicAnd |
The and function object. More... | |
struct | alpaka::AtomicCas |
The compare and swap function object. More... | |
struct | alpaka::AtomicDec |
The decrement function object. More... | |
struct | alpaka::AtomicExch |
The exchange function object. More... | |
struct | alpaka::AtomicInc |
The increment function object. More... | |
struct | alpaka::AtomicMax |
The maximum function object. More... | |
struct | alpaka::AtomicMin |
The minimum function object. More... | |
struct | alpaka::AtomicOr |
The or function object. More... | |
struct | alpaka::AtomicSub |
The subtraction function object. More... | |
struct | alpaka::AtomicXor |
The exclusive or function object. More... | |
Namespaces | |
alpaka | |
The alpaka accelerator library. | |