enum AtomicScopeHIPModel::ID
Description
The enum values match the pre-defined macros __HIP_MEMORY_SCOPE_*, which are used to define memory_scope_* enums in hip-c.h.
Declared at: clang/include/clang/Basic/SyncScope.h:162
Enumerators
Name | Value | Comment |
---|---|---|
SingleThread | 1 | |
Wavefront | 2 | |
Workgroup | 3 | |
Agent | 4 | |
System | 5 | |
Last | 5 |