-
Notifications
You must be signed in to change notification settings - Fork 205
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
Add GPU plugin README prerequisites section #1149
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1149 +/- ##
=======================================
Coverage 52.99% 52.99%
=======================================
Files 40 40
Lines 4374 4374
=======================================
Hits 2318 2318
Misses 1927 1927
Partials 129 129 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Rebased to "main" to resolve conflicts with recently merged documentation changes. |
Signed-off-by: Tuomas Katila <[email protected]>
Signed-off-by: Eero Tamminen <[email protected]>
Better to merge this as is, and add information about DKMS when it actually becomes available. I made the GPU info in example outputs consistent, and squashed all changes to a single commit. |
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.
/lgtm
This was inspired by ticket #1109, and fills one of the items listed in ticket #1060, by documenting how to get suitable kernel and user-space drivers. It also slightly updates other related sections.
Note: Kernel driver installation section is quite large because currently there does not seem to be any official documentation on how to install Intel discrete GPU kernel drivers. When there is, that section needs rewrite.
For now, I put installation of both kernel driver (= cluster admin responsibility), and user-space drivers (= WL developer responsibility) under prerequisites section, although it could be argued that latter could belong also to a (currently missing) "GPU plugin usage" section [1].
PS. I looked into splitting prerequisites and usage parts out of the fractionalization install section, but gave up. I think @uniemimu or @tkatila are the the only ones who can do that. After those are split out, there's actually some meat for the "GPU plugin usage" section.
[1] ticket #1045 asks for role-based documentation split-up.