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

GPU tests for sonar ps #217

Open
lars-t-hansen opened this issue Nov 27, 2024 · 1 comment
Open

GPU tests for sonar ps #217

lars-t-hansen opened this issue Nov 27, 2024 · 1 comment
Labels

Comments

@lars-t-hansen
Copy link
Collaborator

This builds on #216. That patch tests sonar sysinfo but we want more, definitely sonar ps.

The way I usually do this manually is run a biggish computation - matrix multiply - and then run sonar ps while that's running, and then look for output that indicates the GPU is in use. At that point we can inspect the GPU field, make sure it looks sane. I have cuda and hip versions of this code and that's probably good enough (and has the fewest dependencies). I could see how it could be hard to automate that, but since it'll be a test that only runs on nodes that we control when we run tests interactively it may be OK.

@lars-t-hansen lars-t-hansen added this to the v0.13 milestone Nov 27, 2024
@lars-t-hansen lars-t-hansen removed this from the v0.13 milestone Dec 13, 2024
@lars-t-hansen
Copy link
Collaborator Author

Going to not block 0.13 on this.

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