VecCore 0.8.1
C++ Library for Portable SIMD Vectorization
Loading...
Searching...
No Matches
CUDA.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VECCORE_IMPL_NAMESPACE   cxx
 
#define VECCORE_ATT_HOST   /* empty */
 
#define VECCORE_ATT_DEVICE   /* empty */
 
#define VECCORE_ATT_HOST_DEVICE   /* empty */
 
#define VECCORE_ATT_GLOBAL   /* empty */
 
#define VECCORE_CUDA_ALIGN   /* empty */
 
#define VECCORE_DECLARE_CUDA(x)   /* empty */
 
#define VECCORE_DECLARE_CUDA_TYPE(T)   /* empty */
 
#define VECCORE_DECLARE_CUDA_CLASS(x)   /* empty */
 
#define VECCORE_DECLARE_CUDA_STRUCT(x)   /* empty */
 
#define VECCORE_DEVICE_CONSTANT
 

Macro Definition Documentation

◆ VECCORE_ATT_DEVICE

#define VECCORE_ATT_DEVICE   /* empty */

Definition at line 9 of file CUDA.h.

◆ VECCORE_ATT_GLOBAL

#define VECCORE_ATT_GLOBAL   /* empty */

Definition at line 11 of file CUDA.h.

◆ VECCORE_ATT_HOST

#define VECCORE_ATT_HOST   /* empty */

Definition at line 8 of file CUDA.h.

◆ VECCORE_ATT_HOST_DEVICE

#define VECCORE_ATT_HOST_DEVICE   /* empty */

Definition at line 10 of file CUDA.h.

◆ VECCORE_CUDA_ALIGN

#define VECCORE_CUDA_ALIGN   /* empty */

Definition at line 12 of file CUDA.h.

◆ VECCORE_DECLARE_CUDA

#define VECCORE_DECLARE_CUDA (   x)    /* empty */

Definition at line 13 of file CUDA.h.

◆ VECCORE_DECLARE_CUDA_CLASS

#define VECCORE_DECLARE_CUDA_CLASS (   x)    /* empty */

Definition at line 15 of file CUDA.h.

◆ VECCORE_DECLARE_CUDA_STRUCT

#define VECCORE_DECLARE_CUDA_STRUCT (   x)    /* empty */

Definition at line 16 of file CUDA.h.

◆ VECCORE_DECLARE_CUDA_TYPE

#define VECCORE_DECLARE_CUDA_TYPE (   T)    /* empty */

Definition at line 14 of file CUDA.h.

◆ VECCORE_DEVICE_CONSTANT

#define VECCORE_DEVICE_CONSTANT

Definition at line 17 of file CUDA.h.

◆ VECCORE_IMPL_NAMESPACE

#define VECCORE_IMPL_NAMESPACE   cxx

Definition at line 6 of file CUDA.h.