enum AtomicScopeOpenCLModel::ID

Description

The enum values match the pre-defined macros __OPENCL_MEMORY_SCOPE_*, which are used to define memory_scope_* enums in opencl-c-base.h.

Declared at: clang/include/clang/Basic/SyncScope.h:114

Enumerators

NameValueComment
WorkGroup1
Device2
AllSVMDevices3
SubGroup4
Last4