alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::onAcc::order::SeqCst Struct Reference

Sequentially consistent memory ordering. More...

#include <memoryOrder.hpp>

Inheritance diagram for alpaka::onAcc::order::SeqCst:

Static Public Member Functions

static std::string getName ()

Detailed Description

Sequentially consistent memory ordering.

This is the strongest memory ordering and provides a single global order for all sequentially consistent operations.

Definition at line 41 of file memoryOrder.hpp.

Member Function Documentation

◆ getName()

std::string alpaka::onAcc::order::SeqCst::getName ( )
inlinestatic

Definition at line 43 of file memoryOrder.hpp.


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