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 various GPU device query functions #25945

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

Conversation

stonea
Copy link
Contributor

@stonea stonea commented Sep 13, 2024

This draft PR adds a DeviceAttributes type that includes a number of parenless proc functions to query various attributes about the GPU. (for example: max threads per block, device name, etc.)

This aims to resolve #23638

---
Signed-off-by: Andy Stone <stonea@users.noreply.github.com>
@stonea stonea changed the title add device query functions add various GPU device query functions Sep 13, 2024
@stonea stonea self-assigned this Sep 13, 2024
---
Signed-off-by: Andy Stone <stonea@users.noreply.github.com>
---
Signed-off-by: Andy Stone <stonea@users.noreply.github.com>
---
Signed-off-by: Andy Stone <stonea@users.noreply.github.com>
---
Signed-off-by: Andy Stone <stonea@users.noreply.github.com>
---
Signed-off-by: Andy Stone <stonea@users.noreply.github.com>
@stonea stonea marked this pull request as ready for review September 20, 2024 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Which device properties should we expose to the user?
1 participant