cuda-api-wrappers
cuda-api-wrappers copied to clipboard
Check overall dimensions are not too large to be expressed with our grid and block dimension limits
The launch config builder accepts overall dimensions using size_t
value. But - those may exceed what CUDA supports. So, we need to check the values are supported, at least in debug mode, in the launch config builder code.