Thread Management
[CUDA Runtime API]


Functions

cudaError_t cudaThreadExit (void)
 Exit and clean up from CUDA launches.
cudaError_t cudaThreadGetLimit (size_t *pValue, enum cudaLimit limit)
 Returns resource limits.
cudaError_t cudaThreadSetLimit (enum cudaLimit limit, size_t value)
 Set resource limits.
cudaError_t cudaThreadSynchronize (void)
 Wait for compute device to finish.

Detailed Description

This section describes the thread management functions of the CUDA runtime application programming interface.

Generated by Doxygen for NVIDIA CUDA Library  NVIDIA