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