![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Scope for atomic and fence operations with system-wide visibility. More...
#include <scope.hpp>
Static Public Member Functions | |
| static std::string | getName () |
Scope for atomic and fence operations with system-wide visibility.
When used with atomic operations, all threads in the system (potentially across multiple devices) will see the updated value. When used with threadFence, it ensures that all writes from the current thread are visible to all other threads in the system.
|
inlinestatic |