|
Modules |
| | Execution Control [DEPRECATED] |
Functions |
| CUresult | cuFuncGetAttribute (int *pi, CUfunction_attribute attrib, CUfunction hfunc) |
| | Returns information about a function.
|
| CUresult | cuFuncSetCacheConfig (CUfunction hfunc, CUfunc_cache config) |
| | Sets the preferred cache configuration for a device function.
|
| CUresult | cuLaunchKernel (CUfunction f, unsigned int gridDimX, unsigned int gridDimY, unsigned int gridDimZ, unsigned int blockDimX, unsigned int blockDimY, unsigned int blockDimZ, unsigned int sharedMemBytes, CUstream hStream, void **kernelParams, void **extra) |
| | Launches a CUDA function.
|
Detailed Description
This section describes the execution control functions of the low-level CUDA driver application programming interface.