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

Release memory ordering. More...

#include <memoryOrder.hpp>

Inheritance diagram for alpaka::onAcc::order::Release:

Static Public Member Functions

static std::string getName ()

Detailed Description

Release memory ordering.

Ensures that all writes before the operation become visible before the release operation itself becomes visible.

Definition at line 73 of file memoryOrder.hpp.

Member Function Documentation

◆ getName()

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

Definition at line 75 of file memoryOrder.hpp.


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