You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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-versionvalues 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.
The text was updated successfully, but these errors were encountered:
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
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
linked a pull request
Jan 22, 2025
that will
close
this issue
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
andgpu-driver-url
if not explicitly provided ingpu-driver-version
andcuda-version
metadata attributes.Refer to documentation from cuda:
https://docs.nvidia.com/deploy/cuda-compatibility/
Implementation suggestions:
When
cuda-url
is specified but not thegpu-driver-version
, nor thegpu-driver-url
, the version should be extracted from thecuda-url
gpu-driver-version
values included in thecuda-url
are not indexed at XFree86/Linux-x86_64, instead use the preferredgpu-driver-version
for thatcuda-version
Create new function to contain code for better mapping to support matrix.
The text was updated successfully, but these errors were encountered: