Home | History | Annotate | Download | only in plugin

Lines Matching refs:cuda

29 /* Nvidia PTX-specific parts of OpenACC support.  The cuda driver
45 # include "cuda/cuda.h"
47 # include <cuda.h>
97 #include "cuda-lib.def"
107 /* Dynamically load the CUDA runtime library and initialize function
126 #include "cuda-lib.def"
139 #include "cuda-lib.def"
154 /* Convenience macros for the frequently used CUDA library call and
155 error handling sequence as well as CUDA library calls that
193 const char *fallback = "unknown cuda error";
206 /* Version of the CUDA Toolkit in the same MAJOR.MINOR format that is used by
207 Nvidia, such as in the 'deviceQuery' program (Nvidia's CUDA samples). */
213 /* NVPTX/CUDA specific definition of asynchronous queues. */
315 /* Length as used by the CUDA Runtime API ('struct cudaDeviceProp'). */
362 "CUDA Driver %u.%u",
386 /* Assume we're in a CUDA callback, just return true. */
491 in CUDA 6.0 and newer. */
581 order to enumerate available devices, but CUDA API routines can't be used
589 /* This is not an error: e.g. we may have CUDA libraries installed but
942 // OpenACC CUDA
1101 /* We assume that this error indicates we are in a CUDA callback context,
1102 where all CUDA calls are not allowed (see cuStreamAddCallback
1912 and ensure that number of warps does not exceed CUDA limits as well as GCC's
1933 driver interface (since CUDA 6.0). */