Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eyalroz opened this issue Jan 29, 2024 · 0 comments
Assignees
Labels

Comments

@eyalroz
Copy link
Owner

eyalroz commented Jan 29, 2024

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 eyalroz added the task label Jan 29, 2024
@eyalroz eyalroz self-assigned this Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant