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

[gpu] versions installed by gpu/install_gpu_driver.sh do not match requested versions #1268

Open
cjac opened this issue Dec 2, 2024 · 0 comments · May be fixed by #1275
Open

[gpu] versions installed by gpu/install_gpu_driver.sh do not match requested versions #1268

cjac opened this issue Dec 2, 2024 · 0 comments · May be fixed by #1275
Assignees

Comments

@cjac
Copy link
Contributor

cjac commented Dec 2, 2024

In the previous merge to master, when specifying versions explicitly, install_gpu_driver.sh will allow the OS vendor to select the driver using the version specified as a hint.

Customers want to have instead their input used if it is provided; attempt to select reasonable defaults only if they are not provided. Version numbers should be extracted from cuda-url and gpu-driver-url if not explicitly provided in gpu-driver-version and cuda-version metadata attributes.

Refer to documentation from cuda:

https://docs.nvidia.com/deploy/cuda-compatibility/

Implementation suggestions:

When cuda-url is specified but not the gpu-driver-version, nor the gpu-driver-url, the version should be extracted from the cuda-url

  • since many of the gpu-driver-version values included in the cuda-url are not indexed at XFree86/Linux-x86_64, instead use the preferred gpu-driver-version for that cuda-version

Create new function to contain code for better mapping to support matrix.

@cjac cjac self-assigned this Dec 2, 2024
@cjac cjac linked a pull request Dec 14, 2024 that will close this issue
@cjac cjac changed the title [gpu] CUDA version produced by installer do not match cuda compatability matrix [gpu] CUDA version installed by installer does not match cuda compatability matrix Dec 15, 2024
@cjac cjac changed the title [gpu] CUDA version installed by installer does not match cuda compatability matrix [gpu] versions installed by gpu/install_gpu_driver.sh do not match requested versions Dec 15, 2024
@cjac cjac linked a pull request Jan 22, 2025 that will close this issue
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 a pull request may close this issue.

1 participant