Kokkos Core Kernels Package
Version of the Day
|
Atomic functions. More...
#include <Kokkos_Macros.hpp>
#include <Kokkos_Atomics_Desul_Wrapper.hpp>
#include <Kokkos_Atomics_Desul_Volatile_Wrapper.hpp>
Go to the source code of this file.
Atomic functions.
This header file defines prototypes for the following atomic functions:
Supported types include:
They are implemented through GCC compatible intrinsics, OpenMP directives and native CUDA intrinsics.
Including this header file requires one of the following compilers:
Definition in file Kokkos_Atomic.hpp.