-
Notifications
You must be signed in to change notification settings - Fork 208
gpu: change 'none' allocation policy #1398
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1398 +/- ##
==========================================
+ Coverage 50.89% 51.14% +0.25%
==========================================
Files 44 44
Lines 4985 5005 +20
==========================================
+ Hits 2537 2560 +23
+ Misses 2302 2300 -2
+ Partials 146 145 -1
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
4112b04
to
badd48e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only trivial comments...
With shared-dev-num and multiple i915s in the resource request, try to find as many individual GPUs to expose to the container. Previously, with multiple i915 resources, it was typical to get only one GPU device in the container. Co-authored-by: Eero Tamminen <[email protected]> Signed-off-by: Tuomas Katila <[email protected]>
9fa7d54
to
db7cd12
Compare
No, this is totally separate from GAS. |
With shared-dev-num and multiple i915s in the resource request, try to find as many individual GPUs to expose to the container.
Previously, with multiple i915 resources, it was typical to get only one GPU device in the container.
Fixes: #1377