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

Use cuda_compat drivers when available #267247

Merged
merged 1 commit into from
Dec 12, 2023

Commits on Dec 12, 2023

  1. Enable cuda_compat by default on Jetson devices

    Some nvidia devices, such as the Jetson family, support the Nvidia compatibility package (nvidia_compat) which allows to run executables built against a higher CUDA major version on a system with an older CUDA driver. On such platforms, the consensus among CUDA maintainers is that there is no downside in always enabling it by default.
    
    This commit links to the relevant cuda_compat shared libraries by patching the CUDA core packages' runpaths when cuda_compat is available, in the same way as we do for OpenGL drivers currently.
    yannham committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d6c198a View commit details
    Browse the repository at this point in the history