cuda-api-wrappers icon indicating copy to clipboard operation
cuda-api-wrappers copied to clipboard

Check overall dimensions are not too large to be expressed with our grid and block dimension limits

Open eyalroz opened this issue 1 year ago • 0 comments

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.

eyalroz avatar Jan 29 '24 15:01 eyalroz