-
Notifications
You must be signed in to change notification settings - Fork 34
Update PVC drivers #391
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
Update PVC drivers #391
Conversation
Co-authored-by: carlewis <carlewis@gmail.com>
Co-authored-by: carlewis <carlewis@gmail.com>
Co-authored-by: carlewis <carlewis@gmail.com>
@@ -16,7 +16,7 @@ inputs: | |||
description: "Install for PVC or BMG gpu" | |||
type: string | |||
IGC: | |||
description: "Use RELEASE of STAGING release" | |||
description: "Use ROLLING of STAGING release" |
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.
Is this supposed to say:
description: "Use ROLLING of STAGING release" | |
description: "Use ROLLING or STAGING release" |
using: "composite" | ||
steps: | ||
- name: Install Intel graphics drivers | ||
if: inputs.IGC == 'ROLLING' |
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.
Why do you call this rolling? I haven't seen anyone else refer to this version under that name. And https://dgpu-docs.intel.com/driver/installation.html does have the name rolling, therefore this might be confusing.
I would suggest as names: kobuk and kobuk-staging.
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.
I think kobuk is only valid for client GPU. I'm using rolling because it is the name used in https://dgpu-docs.intel.com/driver/installation.html and in https://dgpu-docs.intel.com/driver/client/overview.html
"This document explains how to choose the appropriate version of Ubuntu Desktop for your client GPU and install the necessary drivers from the latest rolling release."
# Conflicts: # .github/actions/install-dpcpp/action.yml
This PR updates the intel graphics drivers for PVC