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

🍦 Bring CUDA setup in sync with recent nixpkgs #242

Merged
merged 1 commit into from
May 28, 2024

Commits on May 28, 2024

  1. 🍦 Bring CUDA setup in sync with recent nixpkgs

    This is a subtle bug. The CUDA_TOOLKIT changed on the nix side and no
    longer contained the actual cuda driver. This lead to only the stubs
    being added to the runpath of CUDA executables. The stubs are only meant
    to be used at link time but not functional during runtime.
    
    This change prepends the runpath with the correct CUDA driver.
    
    Also removes the now obsolete `LL_CUDA_RUNTIME` flag.
    aaronmondal committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a0a7d11 View commit details
    Browse the repository at this point in the history