aiacc-nccl-plugin


Nameaiacc-nccl-plugin JSON
Version 2.0.1 PyPI version JSON
download
home_pagehttps://help.aliyun.com/document_detail/462422.html?spm=a2c4g.462031.0.0.c5f96b4drcx52F
SummaryAIACC-NCCL is an AI-Accelerator communication framework for NVIDIA-NCCL. It implements optimized all-reduce, all-gather, reduce, broadcast, reduce-scatter, all-to-all,as well as any send/receive based communication pattern.It has been optimized to achieve high bandwidth on aliyun machines using PCIe, NVLink, NVswitch,as well as networking using InfiniBand Verbs, eRDMA or TCP/IP sockets.
upload_time2023-10-19 07:20:30
maintainer
docs_urlNone
authorAlibaba Cloud
requires_python>=3.0
licenseCopyright (C) Alibaba Group Holding Limited
keywords distributed deep learning communication nccl aiacc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AIACC-NCCL-PLUGIN

Optimized socket/rdma for inter-GPU communication on Aliyun machines.

## Introduction

AIACC-NCCL-PLUGIN is an AI-Accelerator communication framework plugin for NVIDIA-NCCL.
It has been optimized to achieve high bandwidth on aliyun machines using InfiniBand Verbs, eRDMA or TCP/IP sockets.

## Install

To install AIACC NCCL PLUGIN on the system, create a package then install it as root as follow two methods:

- method1: rpm/deb (Recommended)
```sh
# Centos:
wget http://mirrors.aliyun.com/aiacc/aiacc-nccl-plugin/aiacc-nccl-plugin-1.1.0.rpm
rpm -i aiacc-nccl-plugin-1.1.0.rpm
# Ubuntu:
wget http://mirrors.aliyun.com/aiacc/aiacc-nccl-plugin/aiacc-nccl-plugin-1.1.0.deb
dpkg -i aiacc-nccl-plugin-1.1.0.deb
```

- method2: python-pypi
```sh
pip install aiacc_nccl_plugin
```

## Usage

After install aiacc-nccl-plugin package, you need do nothing to change code!

## Copyright

All source code and accompanying documentation is copyright (c) 2015-2020, NVIDIA CORPORATION. All rights reserved.
All modifications are copyright (c) 2020-2024, ALIYUN CORPORATION. All rights reserved.



            

Raw data

            {
    "_id": null,
    "home_page": "https://help.aliyun.com/document_detail/462422.html?spm=a2c4g.462031.0.0.c5f96b4drcx52F",
    "name": "aiacc-nccl-plugin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": "",
    "keywords": "Distributed,Deep Learning,Communication,NCCL,AIACC",
    "author": "Alibaba Cloud",
    "author_email": "ziqi.yzq@alibaba-inc.com",
    "download_url": "https://files.pythonhosted.org/packages/9c/7c/382b26b269462628e0f0a6f062c743ff7ccd73d30381fa44a37d51a9377a/aiacc_nccl_plugin-2.0.1.tar.gz",
    "platform": null,
    "description": "# AIACC-NCCL-PLUGIN\n\nOptimized socket/rdma for inter-GPU communication on Aliyun machines.\n\n## Introduction\n\nAIACC-NCCL-PLUGIN is an AI-Accelerator communication framework plugin for NVIDIA-NCCL.\nIt has been optimized to achieve high bandwidth on aliyun machines using InfiniBand Verbs, eRDMA or TCP/IP sockets.\n\n## Install\n\nTo install AIACC NCCL PLUGIN on the system, create a package then install it as root as follow two methods:\n\n- method1: rpm/deb (Recommended)\n```sh\n# Centos:\nwget http://mirrors.aliyun.com/aiacc/aiacc-nccl-plugin/aiacc-nccl-plugin-1.1.0.rpm\nrpm -i aiacc-nccl-plugin-1.1.0.rpm\n# Ubuntu:\nwget http://mirrors.aliyun.com/aiacc/aiacc-nccl-plugin/aiacc-nccl-plugin-1.1.0.deb\ndpkg -i aiacc-nccl-plugin-1.1.0.deb\n```\n\n- method2: python-pypi\n```sh\npip install aiacc_nccl_plugin\n```\n\n## Usage\n\nAfter install aiacc-nccl-plugin package, you need do nothing to change code!\n\n## Copyright\n\nAll source code and accompanying documentation is copyright (c) 2015-2020, NVIDIA CORPORATION. All rights reserved.\nAll modifications are copyright (c) 2020-2024, ALIYUN CORPORATION. All rights reserved.\n\n\n",
    "bugtrack_url": null,
    "license": "Copyright (C) Alibaba Group Holding Limited",
    "summary": "AIACC-NCCL is an AI-Accelerator communication framework for NVIDIA-NCCL. It implements optimized all-reduce, all-gather, reduce, broadcast, reduce-scatter, all-to-all,as well as any send/receive based communication pattern.It has been optimized to achieve high bandwidth on aliyun machines using PCIe, NVLink, NVswitch,as well as networking using InfiniBand Verbs, eRDMA or TCP/IP sockets.",
    "version": "2.0.1",
    "project_urls": {
        "Homepage": "https://help.aliyun.com/document_detail/462422.html?spm=a2c4g.462031.0.0.c5f96b4drcx52F"
    },
    "split_keywords": [
        "distributed",
        "deep learning",
        "communication",
        "nccl",
        "aiacc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c7c382b26b269462628e0f0a6f062c743ff7ccd73d30381fa44a37d51a9377a",
                "md5": "e4266048444bd9f84d0588cfdc89818c",
                "sha256": "26d4e954b12c6f83f2c448e628167eff8164f261f57a00b69728a32e9bc92d35"
            },
            "downloads": -1,
            "filename": "aiacc_nccl_plugin-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e4266048444bd9f84d0588cfdc89818c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 1720332,
            "upload_time": "2023-10-19T07:20:30",
            "upload_time_iso_8601": "2023-10-19T07:20:30.495283Z",
            "url": "https://files.pythonhosted.org/packages/9c/7c/382b26b269462628e0f0a6f062c743ff7ccd73d30381fa44a37d51a9377a/aiacc_nccl_plugin-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-19 07:20:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aiacc-nccl-plugin"
}
        
Elapsed time: 0.12872s