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

Report when models are using too many registers for full occupancy #267

Open
denisalevi opened this issue Feb 15, 2022 · 0 comments
Open

Comments

@denisalevi
Copy link
Member

See #266. I would like to have this information included in the INFO prints.

  • What is the maximal active block size per SM.
  • If it es less then given by the maximal threads per SM, mention that.
  • If the number of threads is reduced to allow more blocks / SM, mention that.

If there are measures to reduce this, a user warning should be printed. But that would need some form of C++/CUDA logging system, #103.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant