-
Notifications
You must be signed in to change notification settings - Fork 7
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 535 CUDA driver to 535.161.08 #33
Conversation
install_fabric_manager () { | ||
local driver_ver="${DRIVER_VERSION}" | ||
if [[ "${DRIVER_VERSION}" == "535.161.08" ]]; then | ||
local driver_ver="535.104.05" |
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.
maybe rename fabric_manager_version
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.
not sure you need local here, since it's been declared outside of the if, you are simply looking to reassign a new value right ?
@@ -27,14 +27,26 @@ rm /opt/gpu/${RUNFILE}.run | |||
popd | |||
|
|||
|
|||
install_fabric_manager () { | |||
local driver_ver="${DRIVER_VERSION}" |
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.
rename to fabric_manager_version
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.
Ah just noticed, will do
Release notes for the 535.161.08 driver: https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-161-08/index.html
Modpost issue tracking:
https://forums.developer.nvidia.com/t/linux-6-7-3-545-29-06-550-40-07-error-modpost-gpl-incompatible-module-nvidia-ko-uses-gpl-only-symbol-rcu-read-lock/280908/4