|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
Functions | |
| void | __cudaCheckMsg (const char *msg, const char *file, const int line) |
| template<typename T > | |
| cudaError_t | cudaBindTextureToArray (T &tex, cudaArray *array, const cudaChannelFormatDesc desc) |
| template<class T > | |
| T * | cudaHostAlloc (vcl_size_t nof_elems, unsigned int flags=cudaHostAllocDefault) |
| template<class T > | |
| T * | cudaMalloc (vcl_size_t nof_elems) |
| cudaError_t | cudaMemcpy (void *dst, const void *src, vcl_size_t nof_elems, vcl_size_t sizeof_elem, cudaMemcpyKind direction) |
| template<class T > | |
| void | cudaMemcpy (T *dst, const T *src, vcl_size_t nof_elems, cudaMemcpyKind direction) |
| template<typename T , typename Q > | |
| cudaError_t | cudaMemcpyToSymbol (T &dst, const Q &src, cudaMemcpyKind direction) |
| template<class T > | |
| void | cudaMemset (T *dst, int value, vcl_size_t nof_elems) |
| template<typename T > | |
| cudaError_t | cudaUnbindTexture (T &tex) |
| DBG_FUNC (cudaFreeArray,(struct cudaArray *array),(array)) | |
| DBG_FUNC (cudaFree,(void *devPtr),(devPtr)) | |
| DBG_FUNC (cudaMalloc3DArray,(struct cudaArray **arrayPtr, const struct cudaChannelFormatDesc *desc, struct cudaExtent extent),(arrayPtr, desc, extent)) | |
| DBG_FUNC (cudaMemcpy3D,(const struct cudaMemcpy3DParms *p),(p)) | |
| DBG_FUNC (cudaSetDevice,(int device),(device)) | |
| DBG_FUNC (cudaGetDeviceProperties,(struct cudaDeviceProp *prop, int device),(prop, device)) | |
| void cuda::__cudaCheckMsg | ( | const char * | msg, |
| const char * | file, | ||
| const int | line | ||
| ) | [inline] |
Definition at line 28 of file cudaInlineFunctions.h.
| cudaError_t cuda::cudaBindTextureToArray | ( | T & | tex, |
| cudaArray * | array, | ||
| const cudaChannelFormatDesc | desc | ||
| ) | [inline] |
Definition at line 121 of file cudaInlineFunctions.h.
| T* cuda::cudaHostAlloc | ( | vcl_size_t | nof_elems, |
| unsigned int | flags = cudaHostAllocDefault |
||
| ) | [inline] |
Definition at line 71 of file cudaInlineFunctions.h.
| T* cuda::cudaMalloc | ( | vcl_size_t | nof_elems | ) | [inline] |
Definition at line 59 of file cudaInlineFunctions.h.
| cudaError_t cuda::cudaMemcpy | ( | void * | dst, |
| const void * | src, | ||
| vcl_size_t | nof_elems, | ||
| vcl_size_t | sizeof_elem, | ||
| cudaMemcpyKind | direction | ||
| ) | [inline] |
Definition at line 82 of file cudaInlineFunctions.h.
| void cuda::cudaMemcpy | ( | T * | dst, |
| const T * | src, | ||
| vcl_size_t | nof_elems, | ||
| cudaMemcpyKind | direction | ||
| ) | [inline] |
Definition at line 92 of file cudaInlineFunctions.h.
| cudaError_t cuda::cudaMemcpyToSymbol | ( | T & | dst, |
| const Q & | src, | ||
| cudaMemcpyKind | direction | ||
| ) | [inline] |
Definition at line 111 of file cudaInlineFunctions.h.
| void cuda::cudaMemset | ( | T * | dst, |
| int | value, | ||
| vcl_size_t | nof_elems | ||
| ) | [inline] |
Definition at line 102 of file cudaInlineFunctions.h.
| cudaError_t cuda::cudaUnbindTexture | ( | T & | tex | ) | [inline] |
Definition at line 131 of file cudaInlineFunctions.h.
| cuda::DBG_FUNC | ( | cudaFreeArray | , |
| (struct cudaArray *array) | , | ||
| (array) | |||
| ) |
| cuda::DBG_FUNC | ( | cudaFree | , |
| (void *devPtr) | , | ||
| (devPtr) | |||
| ) |
| cuda::DBG_FUNC | ( | cudaMalloc3DArray | , |
| (struct cudaArray **arrayPtr, const struct cudaChannelFormatDesc *desc, struct cudaExtent extent) | , | ||
| (arrayPtr, desc, extent) | |||
| ) |
| cuda::DBG_FUNC | ( | cudaMemcpy3D | , |
| (const struct cudaMemcpy3DParms *p) | , | ||
| (p) | |||
| ) |
| cuda::DBG_FUNC | ( | cudaSetDevice | , |
| (int device) | , | ||
| (device) | |||
| ) |
| cuda::DBG_FUNC | ( | cudaGetDeviceProperties | , |
| (struct cudaDeviceProp *prop, int device) | , | ||
| (prop, device) | |||
| ) |
Generated on 11-05-2012 for elastix by 1.7.6.1 |