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

fix(cuda): avoid loading stub #581

Closed
wants to merge 1 commit into from

Commits on Sep 5, 2024

  1. fix(cuda): avoid loading stub

    CTK ships `stubs/libcuda.so', which may potentially be found by dlopen
    depending on the environment. The stub exists only for the sake of
    allowing software to resolve the UMD lib at build time w/o needing to
    have any particular driver actually installed.
    
    In our usage, it is better to explicitly request libcuda.so.1 to avoid
    ever potentially loading the stub.
    
    Signed-off-by: Nicholas Sielicki <[email protected]>
    aws-nslick committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bbae3b2 View commit details
    Browse the repository at this point in the history