We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently only CI only the the tree building is run on the GPU. It might make sense to also run other tests on GPUs.
Other tests run on GPU
Getting GPUs working correctly on CI can be tricky. Though we already have a gpu executor, so it might be not too hard.
Try to run the test_release job on a GPU instance with CUDA enabled.
test_release
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Currently only CI only the the tree building is run on the GPU. It might make sense to also run other tests on GPUs.
Acceptance criteria
Other tests run on GPU
Risks + pitfalls
Getting GPUs working correctly on CI can be tricky. Though we already have a gpu executor, so it might be not too hard.
Where to begin
Try to run the
test_release
job on a GPU instance with CUDA enabled.The text was updated successfully, but these errors were encountered: