enum Sema::CUDAVariableTarget
Declared at: clang/include/clang/Sema/Sema.h:12689
Enumerators
Name | Value | Comment |
---|---|---|
CVT_Device | 0 | |
CVT_Host | 1 | Emitted on device side with a shadow variable on host side |
CVT_Both | 2 | Emitted on host side only |
CVT_Unified | 3 | Emitted on both sides with different addresses |