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

Add grid size to the verbose GPU output #26153

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

e-kayrakli
Copy link
Contributor

@e-kayrakli e-kayrakli commented Oct 28, 2024

This PR adds the grid size to the kernel launch output when verbose GPU mode is used.

Resolves #25980

While there, it also adds a proper runtime error for when a non-positive block size is specified by the user. Without it, I am getting floating point exceptions for 0 block size. It'll probably be an error message from the driver if you specify something negative.

Test:

  • nvidia

@e-kayrakli e-kayrakli changed the title Gpu diag grid size Add grid size to the verbose GPU output Oct 28, 2024
@e-kayrakli e-kayrakli requested a review from DanilaFe October 28, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Verbose GPU mode should report the grid size of the kernels
2 participants