vSMC  v3.0.0
Scalable Monte Carlo
Macros | Typedefs
opencl.h File Reference

Go to the source code of this file.

Macros

#define UINT32_C(x)   ((uint32_t)(x##U))
 
#define UINT64_C(x)   ((uint64_t)(x##UL))
 
#define VSMC_HAS_OPENCL_DOUBLE   0
 
#define VSMC_OPENCL_VERSION   __OPENCL_VERSION__
 

Typedefs

typedef uint uint32_t
 
typedef ulong uint64_t
 

Macro Definition Documentation

#define UINT32_C (   x)    ((uint32_t)(x##U))

Definition at line 43 of file opencl.h.

#define UINT64_C (   x)    ((uint64_t)(x##UL))

Definition at line 44 of file opencl.h.

#define VSMC_HAS_OPENCL_DOUBLE   0

Definition at line 38 of file opencl.h.

#define VSMC_OPENCL_VERSION   __OPENCL_VERSION__

Definition at line 35 of file opencl.h.

Typedef Documentation

typedef uint uint32_t

Definition at line 41 of file opencl.h.

typedef ulong uint64_t

Definition at line 42 of file opencl.h.