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 test concurrency? #48

Open
quantumsteve opened this issue Jul 2, 2024 · 0 comments
Open

GPU test concurrency? #48

quantumsteve opened this issue Jul 2, 2024 · 0 comments

Comments

@quantumsteve
Copy link
Collaborator

Running the GPU tests in parallel requires care. Currently we use as many processes as CPU cores and hope for the best.

cd ./KORC/build && ctest -j ${{ steps.cpu-cores.outputs.count }} --output-on-failure

Each process should be assigned a single GPU and the number of processes should not exceed the number of GPUs in the system.

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

No branches or pull requests

1 participant