Kokkos Core Kernels Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Kokkos_Atomic.hpp File Reference

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.

Detailed Description

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.