Giter Club home page Giter Club logo

Comments (6)

cliffwoolley avatar cliffwoolley commented on July 17, 2024

I've seen a similar issue when libcuda.so is not in the LD_LIBRARY_PATH (on
one of my systems, only libcuda.so.1 was there, but the usual libcuda.so
symlink was absent). Can you please check that? If it turns out that's
your issue, you can either simply ln -s libcuda.so.1 libcuda.so in the
relevant directory or you can modify NCCL to dlopen libcuda.so.1 instead of
libcuda.so.

Thanks,
Cliff

On Thu, Jan 14, 2016 at 10:28 PM, Jerry Lin [email protected]
wrote:

I build nccl with cuda-7.5:

make CUDA_HOME=/usr/local/cuda-7.5 test

And run test with the following command:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./build/lib
./build/test/all_reduce_test

causes a segmentation fault:

Using devices

Segmentation fault

But all tests run smoothly if I build nccl with cuda-7.0.
Is the current version of nccl not compatible with cuda-7.5?


Reply to this email directly or view it on GitHub
#8.

from nccl.

cliffwoolley avatar cliffwoolley commented on July 17, 2024

Oh, and yes, NCCL is normally compatible with CUDA 7.5. It actually is a
bit more complete on CUDA 7.5 than on 7.0, since 7.0 lacked some of the
necessary support for the fp16 'half' datatype.

On Thu, Jan 14, 2016 at 10:41 PM, Cliff Woolley [email protected]
wrote:

I've seen a similar issue when libcuda.so is not in the LD_LIBRARY_PATH
(on one of my systems, only libcuda.so.1 was there, but the usual
libcuda.so symlink was absent). Can you please check that? If it turns
out that's your issue, you can either simply ln -s libcuda.so.1 libcuda.so in the relevant directory or you can modify NCCL to dlopen
libcuda.so.1 instead of libcuda.so.

Thanks,
Cliff

On Thu, Jan 14, 2016 at 10:28 PM, Jerry Lin [email protected]
wrote:

I build nccl with cuda-7.5:

make CUDA_HOME=/usr/local/cuda-7.5 test

And run test with the following command:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./build/lib
./build/test/all_reduce_test

causes a segmentation fault:

Using devices

Segmentation fault

But all tests run smoothly if I build nccl with cuda-7.0.
Is the current version of nccl not compatible with cuda-7.5?


Reply to this email directly or view it on GitHub
#8.

from nccl.

cliffwoolley avatar cliffwoolley commented on July 17, 2024

Side note: assuming this is the same issue with libcuda.so that I'm referring to, we should fix the tests to fail more gracefully when the communicator cannot be created. The segfault happens when we pass a NULL communicator to some subsequent routine.

from nccl.

Jerrynet avatar Jerrynet commented on July 17, 2024

@cliffwoolley Thanks for the explanation.
I create a symlink to libcuda.so.1 and now it works!
So it's the same issue with libcuda.so.

from nccl.

cliffwoolley avatar cliffwoolley commented on July 17, 2024

Great! Glad to hear it. We'll leave this issue open to deal with the libcuda.so[.1] loading (perhaps we could try both variants before giving up) as well as to detect communicator creation failure in the test apps without segfaulting. I believe @nluehr already has fixes pending for one or both of these issues.

from nccl.

nluehr avatar nluehr commented on July 17, 2024

These issues are resolved in change sets caa40b8 and 2758353.

from nccl.

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.