cudaError_t cudaThreadGetLimit ( size_t *  pValue,
enum cudaLimit  limit 
)

Deprecated:
Note that this function is deprecated because its name does not reflect its behavior. Its functionality is identical to the non-deprecated function cudaDeviceGetLimit(), which should be used instead.

Returns in *pValue the current size of limit. The supported cudaLimit values are:

Parameters:
limit - Limit to query
pValue - Returned size in bytes of limit
Returns:
cudaSuccess, cudaErrorUnsupportedLimit, cudaErrorInvalidValue
Note:
Note that this function may also return error codes from previous, asynchronous launches.
See also:
cudaDeviceGetLimit


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA