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

[CI] Add a GPU runner. #16580

Merged
merged 5 commits into from
Oct 16, 2024
Merged

[CI] Add a GPU runner. #16580

merged 5 commits into from
Oct 16, 2024

Conversation

hageboeck
Copy link
Member

@hageboeck hageboeck commented Oct 2, 2024

  • Add a new job to run with cuda
  • Select GPU-enabled runners
  • Pass host GPU into container

Copy link

github-actions bot commented Oct 2, 2024

Test Results

    17 files      17 suites   4d 1h 29m 6s ⏱️
 2 715 tests  2 712 ✅ 0 💤 3 ❌
43 456 runs  43 453 ✅ 0 💤 3 ❌

For more details on these failures, see this check.

Results for commit 2694d5d.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@guitargeek guitargeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's green! 🎉

@hageboeck hageboeck force-pushed the gpuCI branch 17 times, most recently from abf35da to 1ae17f0 Compare October 11, 2024 14:58
Copy link
Member

@dpiparo dpiparo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this improvement of the CI. For me the PR is ready to be merged, once we verify once again it works fine.

Maybe we want to consider restricting the testing only to the tests that use the GPU (a set we'll be expanding in the next few months, now that we have the build), in order to optimise the usage of the device w/o spending 30 minutes running the full test suite on CPU.

hageboeck and others added 5 commits October 15, 2024 15:09
- Add a new run with cuda=On.
- Create a build config file for ubuntu2404-cuda.
- Map nvidia GPUs into the container when running with cuda.
RooBatchCompute is using host pointers in a kernel, which is hard to
detect. This assertion helps to catch the error a lot earlier.
The choice should be made based on the input size, and not based on the
output size.
When webgui=Off, a simple notebook test times out.
@hageboeck hageboeck merged commit e2bbcb3 into root-project:master Oct 16, 2024
18 of 21 checks passed
@hageboeck hageboeck deleted the gpuCI branch October 16, 2024 07:15
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

Successfully merging this pull request may close these issues.

3 participants