Giter Site home page Giter Site logo

yundai424 / nccl-fastsocket Goto Github PK

View Code? Open in Web Editor NEW

This project forked from google/nccl-fastsocket

0.0 0.0 0.0 105 KB

NCCL Fast Socket is a transport layer plugin to improve NCCL collective communication performance on Google Cloud.

License: Other

C++ 81.91% C 12.59% Starlark 5.50%

nccl-fastsocket's Introduction

NCCL Fast Socket

NCCL Fast Socket is a transport layer plugin to improve NCCL collective communication performance on Google Cloud.

Overview

Collective communication primitives such as all-reduce and all-gather have been widely used in distributed training in machine learning. The NVIDIA Collective Communications Library (NCCL) is a highly optimized implementation of these multi-GPU and multi-node collective communication primitives that supports NVIDIA GPUs.

NCCL Fast Socket is based on TCP/IP communication and uses a number of techniques to achieve better and more consistent performance, especially with 100 Gbps networking on Google Cloud.

Getting Started

Dependencies

Fast Socket requires working installation of CUDA to build. After building the plugin, it has to be in LD_LIBRARY_PATH in order to be loaded by NCCL.

Build

The plugin uses Bazel to build. You can build the plugin as follows:

$ bazel build :all

The plugin is located at bazel-bin/libnccl-net.so and can be copied into your LD_LIBRARY_PATH.

Getting Help

Please open an issue if you have any questions or if you think you may have found any bugs.

Contributing

Contributions are always welcomed. Please refer to our contributing guidelines to learn how to contriute.

License

Fast Socket is licensed under the terms of a BSD-style license. See LICENSE for more information.

This is not an officially supported Google product.

nccl-fastsocket's People

Contributors

changlan avatar liujx9 avatar

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.