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

Benchmarks Create Device When Enumerating Test Cases #6808

Open
cwfitzgerald opened this issue Dec 23, 2024 · 0 comments
Open

Benchmarks Create Device When Enumerating Test Cases #6808

cwfitzgerald opened this issue Dec 23, 2024 · 0 comments
Labels
area: performance How fast things go area: tests Improvements or issues with our test suite type: enhancement New feature or request

Comments

@cwfitzgerald
Copy link
Member

Currently all of our gpu-enabled tests intentionally do not create devices while trying to enumerate the available tests. We should make sure that all the benchmarks also do this. The idea is to make enumerating tests as fast as possible, as it needs to be done on every single test run, no matter how many actual tests are enabled. This is why we use a .gpuconfig file that is generated ahead of time

@cwfitzgerald cwfitzgerald added type: enhancement New feature or request area: performance How fast things go area: tests Improvements or issues with our test suite labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: performance How fast things go area: tests Improvements or issues with our test suite type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant