enum DeviceVarFlags::OffloadEntryKindFlag
Description
The kind flag for an offloading entry.
Declared at: clang/lib/CodeGen/CGCUDARuntime.h:56
Enumerators
Name | Value | Comment |
---|---|---|
OffloadGlobalEntry | 0 | Mark the entry as a global entry. This indicates the presense of a kernel if the size size field is zero and a variable otherwise. |
OffloadGlobalManagedEntry | 1 | Mark the entry as a managed global variable. |
OffloadGlobalSurfaceEntry | 2 | Mark the entry as a surface variable. |
OffloadGlobalTextureEntry | 3 | Mark the entry as a texture variable. |