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

NameValueComment
SingleThread1
Wavefront2
Workgroup3
Agent4
System5
Last5