Go to the source code of this file.
#define __CUDA_DEVICE_BUILTIN |
( |
|
FIELD, |
|
|
|
INTRINSIC |
|
) |
| |
Value:__declspec(property(get = __fetch_builtin_##FIELD)) unsigned int FIELD; \
__attribute__((device)) unsigned
int __fetch_builtin_
##FIELD(void) { \
return INTRINSIC; \
}
__attribute__((device)) const int warpSize
#define __CUDA_DISALLOW_BUILTINVAR_ACCESS |
( |
|
TypeName | ) |
|
Value:
__attribute__((device))
void operator=(const TypeName &) const __DELETE; \
__attribute__((device)) const int warpSize
#define __DELETE
Definition: cuda_builtin_vars.h:50
__attribute__ |
( |
(device) |
| ) |
const |