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

Acquire memory ordering. More...

#include <memoryOrder.hpp>

Inheritance diagram for alpaka::onAcc::order::Acquire:

Static Public Member Functions

static std::string getName ()

Detailed Description

Acquire memory ordering.

Ensures that all reads and writes after the operation observe effects that became visible before the acquire operation.

Definition at line 89 of file memoryOrder.hpp.

Member Function Documentation

◆ getName()

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

Definition at line 91 of file memoryOrder.hpp.


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