OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nocuda.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int CUdevice
 
typedef int CUresult
 
typedef int CUcontext
 
typedef void * CUstream
 
typedef void * CUmodule
 
typedef void * CUfunction
 
typedef int CUjit_option
 
typedef int CUlinkState
 
typedef unsigned long long CUdeviceptr
 

Typedef Documentation

typedef int CUcontext

Definition at line 22 of file nocuda.h.

typedef int CUdevice

Definition at line 20 of file nocuda.h.

typedef unsigned long long CUdeviceptr

Definition at line 28 of file nocuda.h.

typedef void* CUfunction

Definition at line 25 of file nocuda.h.

typedef int CUjit_option

Definition at line 26 of file nocuda.h.

typedef int CUlinkState

Definition at line 27 of file nocuda.h.

typedef void* CUmodule

Definition at line 24 of file nocuda.h.

typedef int CUresult

Definition at line 21 of file nocuda.h.

typedef void* CUstream

Definition at line 23 of file nocuda.h.