You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: