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

Acquire-release memory ordering. More...

#include <memoryOrder.hpp>

Inheritance diagram for alpaka::onAcc::order::AcqRel:

Static Public Member Functions

static std::string getName ()

Detailed Description

Acquire-release memory ordering.

Ensures both acquire and release semantics. This ordering is typically used for read-modify-write operations.

Definition at line 57 of file memoryOrder.hpp.

Member Function Documentation

◆ getName()

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

Definition at line 59 of file memoryOrder.hpp.


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