Cuda battery library  1.0.0
battery::atomic_memory_scoped< scope, mem_order > Class Template Reference

#include <memory.hpp>

Public Types

template<class T >
using atomic_type = cuda::atomic< T, scope >
 

Static Public Member Functions

template<class T >
CUDA static INLINEload (const atomic_type< T > &a)
 
template<class T >
CUDA static INLINE void store (atomic_type< T > &a, T v)
 
template<class T >
CUDA static INLINEexchange (atomic_type< T > &a, T v)
 

Static Public Attributes

constexpr static const bool sequential = false
 

Detailed Description

template<cuda::thread_scope scope, cuda::memory_order mem_order = cuda::memory_order_relaxed>
class battery::atomic_memory_scoped< scope, mem_order >

Memory load and store operations relative to a cuda scope (per-thread, block, grid, ...) and given a certain memory order (by default relaxed).

Member Typedef Documentation

◆ atomic_type

template<cuda::thread_scope scope, cuda::memory_order mem_order = cuda::memory_order_relaxed>
template<class T >
using battery::atomic_memory_scoped< scope, mem_order >::atomic_type = cuda::atomic<T, scope>

Member Function Documentation

◆ load()

template<cuda::thread_scope scope, cuda::memory_order mem_order = cuda::memory_order_relaxed>
template<class T >
CUDA static INLINE T battery::atomic_memory_scoped< scope, mem_order >::load ( const atomic_type< T > &  a)
inlinestatic

◆ store()

template<cuda::thread_scope scope, cuda::memory_order mem_order = cuda::memory_order_relaxed>
template<class T >
CUDA static INLINE void battery::atomic_memory_scoped< scope, mem_order >::store ( atomic_type< T > &  a,
v 
)
inlinestatic

◆ exchange()

template<cuda::thread_scope scope, cuda::memory_order mem_order = cuda::memory_order_relaxed>
template<class T >
CUDA static INLINE T battery::atomic_memory_scoped< scope, mem_order >::exchange ( atomic_type< T > &  a,
v 
)
inlinestatic

Member Data Documentation

◆ sequential

template<cuda::thread_scope scope, cuda::memory_order mem_order = cuda::memory_order_relaxed>
constexpr static const bool battery::atomic_memory_scoped< scope, mem_order >::sequential = false
staticconstexpr

The documentation for this class was generated from the following file: