alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
MemoryOrder.hpp File Reference
#include <concepts>

Go to the source code of this file.

Classes

struct  alpaka::mem_order::AcqRel
 
struct  alpaka::mem_order::Acquire
 
struct  alpaka::mem_order::MemoryOrderTag
 
struct  alpaka::mem_order::Relaxed
 
struct  alpaka::mem_order::Release
 
struct  alpaka::mem_order::SeqCst
 

Namespaces

namespace  alpaka
 The alpaka accelerator library.
 
namespace  alpaka::mem_order
 

Concepts

concept  alpaka::MemoryOrder
 

Variables

static constexpr AcqRel alpaka::mem_order::acq_rel
 
static constexpr Acquire alpaka::mem_order::acquire
 
static constexpr Relaxed alpaka::mem_order::relaxed
 
static constexpr Release alpaka::mem_order::release
 
static constexpr SeqCst alpaka::mem_order::seq_cst