cudaError_t cudaThreadGetLimit ( size_t *  pValue,
enum cudaLimit  limit 
)

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:
cudaThreadSetLimit


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA