enum DeviceVarFlags::OffloadEntryKindFlag

Description

The kind flag for an offloading entry.

Declared at: clang/lib/CodeGen/CGCUDARuntime.h:56

Enumerators

NameValueComment
OffloadGlobalEntry0Mark the entry as a global entry. This indicates the presense of a kernel if the size size field is zero and a variable otherwise.
OffloadGlobalManagedEntry1Mark the entry as a managed global variable.
OffloadGlobalSurfaceEntry2Mark the entry as a surface variable.
OffloadGlobalTextureEntry3Mark the entry as a texture variable.