| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
|
|
| #if !defined(__CUDA_INCLUDE_COMPILER_INTERNAL_HEADERS__)
|
| #if defined(_MSC_VER)
|
| #pragma message("crt/storage_class.h is an internal header file and must not be used directly. Please use cuda_runtime_api.h or cuda_runtime.h instead.")
|
| #else
|
| #warning "crt/storage_class.h is an internal header file and must not be used directly. Please use cuda_runtime_api.h or cuda_runtime.h instead."
|
| #endif
|
| #define __CUDA_INCLUDE_COMPILER_INTERNAL_HEADERS__
|
| #define __UNDEF_CUDA_INCLUDE_COMPILER_INTERNAL_HEADERS_STORAGE_CLASS_H__
|
| #endif
|
|
|
| #if !defined(__STORAGE_CLASS_H__)
|
| #define __STORAGE_CLASS_H__
|
|
|
| #if !defined(__var_used__)
|
|
|
| #define __var_used__
|
|
|
| #endif
|
|
|
| #if !defined(__loc_sc__)
|
|
|
| #define __loc_sc__(loc, size, sc) \
|
| __storage##_##sc##size##loc loc
|
|
|
| #endif
|
|
|
| #if !defined(__storage___device__)
|
| #define __storage___device__ static __var_used__
|
| #endif
|
|
|
| #if !defined(__storage_extern__device__)
|
| #define __storage_extern__device__ static __var_used__
|
| #endif
|
|
|
| #if !defined(__storage_auto__device__)
|
| #define __storage_auto__device__ @@@ COMPILER @@@ ERROR @@@
|
| #endif
|
|
|
| #if !defined(__storage_static__device__)
|
| #define __storage_static__device__ static __var_used__
|
| #endif
|
|
|
| #if !defined(__storage___constant__)
|
| #define __storage___constant__ static __var_used__
|
| #endif
|
|
|
| #if !defined(__storage_extern__constant__)
|
| #define __storage_extern__constant__ static __var_used__
|
| #endif
|
|
|
| #if !defined(__storage_auto__constant__)
|
| #define __storage_auto__constant__ @@@ COMPILER @@@ ERROR @@@
|
| #endif
|
|
|
| #if !defined(__storage_static__constant__)
|
| #define __storage_static__constant__ static __var_used__
|
| #endif
|
|
|
| #if !defined(__storage___shared__)
|
| #define __storage___shared__ static __var_used__
|
| #endif
|
|
|
| #if !defined(__storage_extern__shared__)
|
| #define __storage_extern__shared__ static __var_used__
|
| #endif
|
|
|
| #if !defined(__storage_auto__shared__)
|
| #define __storage_auto__shared__ static
|
| #endif
|
|
|
| #if !defined(__storage_static__shared__)
|
| #define __storage_static__shared__ static __var_used__
|
| #endif
|
|
|
| #if !defined(__storage__unsized__shared__)
|
| #define __storage__unsized__shared__ @@@ COMPILER @@@ ERROR @@@
|
| #endif
|
|
|
| #if !defined(__storage_extern_unsized__shared__)
|
| #define __storage_extern_unsized__shared__ static __var_used__
|
| #endif
|
|
|
| #if !defined(__storage_auto_unsized__shared__)
|
| #define __storage_auto_unsized__shared__ @@@ COMPILER @@@ ERROR @@@
|
| #endif
|
|
|
| #if !defined(__storage_static_unsized__shared__)
|
| #define __storage_static_unsized__shared__ @@@ COMPILER @@@ ERROR @@@
|
| #endif
|
|
|
| #if !defined(__storage___text__)
|
| #define __storage___text__ static __var_used__
|
| #endif
|
|
|
| #if !defined(__storage_extern__text__)
|
| #define __storage_extern__text__ static __var_used__
|
| #endif
|
|
|
| #if !defined(__storage_auto__text__)
|
| #define __storage_auto__text__ @@@ COMPILER @@@ ERROR @@@
|
| #endif
|
|
|
| #if !defined(__storage_static__text__)
|
| #define __storage_static__text__ static __var_used__
|
| #endif
|
|
|
| #if !defined(__storage___surf__)
|
| #define __storage___surf__ static __var_used__
|
| #endif
|
|
|
| #if !defined(__storage_extern__surf__)
|
| #define __storage_extern__surf__ static __var_used__
|
| #endif
|
|
|
| #if !defined(__storage_auto__surf__)
|
| #define __storage_auto__surf__ @@@ COMPILER @@@ ERROR @@@
|
| #endif
|
|
|
| #if !defined(__storage_static__surf__)
|
| #define __storage_static__surf__ static __var_used__
|
| #endif
|
|
|
| #endif
|
|
|
| #if defined(__UNDEF_CUDA_INCLUDE_COMPILER_INTERNAL_HEADERS_STORAGE_CLASS_H__)
|
| #undef __CUDA_INCLUDE_COMPILER_INTERNAL_HEADERS__
|
| #undef __UNDEF_CUDA_INCLUDE_COMPILER_INTERNAL_HEADERS_STORAGE_CLASS_H__
|
| #endif
|
|
|