alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/atomic/Op.hpp"
#include "alpaka/core/BoostPredef.hpp"
#include "alpaka/core/Positioning.hpp"
#include "alpaka/core/Utility.hpp"
#include <type_traits>
Go to the source code of this file.
Namespaces | |
alpaka | |
The alpaka accelerator library. | |
alpakaGlobal | |
These types must be in the global namespace for checking existence of respective functions in global namespace via SFINAE, so we use inline namespace. | |
Macros | |
#define | CLANG_CUDA_PTX_WORKAROUND (BOOST_COMP_CLANG && BOOST_LANG_CUDA && BOOST_ARCH_PTX < BOOST_VERSION_NUMBER(6, 0, 0)) |
clang is providing a builtin for different atomic functions even if these is not supported for architectures < 6.0 More... | |
#define CLANG_CUDA_PTX_WORKAROUND (BOOST_COMP_CLANG && BOOST_LANG_CUDA && BOOST_ARCH_PTX < BOOST_VERSION_NUMBER(6, 0, 0)) |
clang is providing a builtin for different atomic functions even if these is not supported for architectures < 6.0
Definition at line 38 of file AtomicUniformCudaHip.hpp.