Coder Social home page Coder Social logo

Comments (4)

jakirkham avatar jakirkham commented on September 24, 2024 2

Maybe similar to issue ( rapidsai/cudf#10308 )?

from cuda-python.

kkraus14 avatar kkraus14 commented on September 24, 2024

Also, in the ldconfig cache it looks like others load libcuda.so.1 so only that entry is cached which would be another path for dlopen to find the needed library:

...
        libcudart.so (libc6,x86-64) => /usr/local/cuda-11.5/targets/x86_64-linux/lib/libcudart.so
        libcuda.so.1 (libc6,x86-64) => /usr/lib/wsl/lib/libcuda.so.1
        libcublasLt.so.11 (libc6,x86-64) => /usr/local/cuda-11.4/targets/x86_64-linux/lib/libcublasLt.so.11
...

Additionally, looking at the ELF table of libcuda.so it looks like the SONAME is in fact libcuda.so.1 so we should probably be trying to open that instead regardless.

 0x000000000000000e (SONAME)             Library soname: [libcuda.so.1]

from cuda-python.

vzhurba01 avatar vzhurba01 commented on September 24, 2024

I've merged commit 15935e5 that should resolve this.

@kkraus14 do you still get this error?
As of right now this fix is only on the repo and it still needs to be propagated to PyPI/Conda.

from cuda-python.

kkraus14 avatar kkraus14 commented on September 24, 2024

I've merged commit 15935e5 that should resolve this.

@kkraus14 do you still get this error? As of right now this fix is only on the repo and it still needs to be propagated to PyPI/Conda.

Just built the latest main branch and confirmed that it fixed the problem and passed the pytests. Closing, thanks @vzhurba01!

from cuda-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.