ucx-py-cu12


Nameucx-py-cu12 JSON
Version 0.39.2 PyPI version JSON
download
home_pageNone
SummaryPython Bindings for the Unified Communication X library (UCX)
upload_time2024-08-08 12:51:11
maintainerNone
docs_urlNone
authorNVIDIA Corporation
requires_python>=3.9
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![https://ucx-py.readthedocs.io/en/latest/](https://readthedocs.org/projects/ucx-py/badge/ "ReadTheDocs")]( https://ucx-py.readthedocs.io/en/latest/ )

# Python Bindings for UCX

## Installing

Users can either [install with Conda]( https://ucx-py.readthedocs.io/en/latest/install.html#conda ) or [build from source]( https://ucx-py.readthedocs.io/en/latest/install.html#source ).

## Testing

To run ucx-py's tests, just use ``pytest``:

```bash
pytest -v
```

### TCP Support

In order to use TCP add `tcp` to `UCX_TLS` and set `UCXPY_IFNAME` to the network interface you want to use. Some setup examples:

```bash
# TCP using "eth0" and CUDA support
export UCX_TLS=tcp,cuda_copy,cuda_ipc
export UCXPY_IFNAME="eth0"

# InfiniBand using "ib0" and CUDA support
export UCX_TLS=rc,cuda_copy,cuda_ipc
export UCXPY_IFNAME="ib0"

# TCP using "eno0" and no CUDA support
export UCX_TLS=tcp
export UCXPY_IFNAME="eno0"
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ucx-py-cu12",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "NVIDIA Corporation",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3a/bd/761693613226b6691f195c4cf6811b98a477db5443b8068438209a292853/ucx_py_cu12-0.39.2.tar.gz",
    "platform": null,
    "description": "[![https://ucx-py.readthedocs.io/en/latest/](https://readthedocs.org/projects/ucx-py/badge/ \"ReadTheDocs\")]( https://ucx-py.readthedocs.io/en/latest/ )\n\n# Python Bindings for UCX\n\n## Installing\n\nUsers can either [install with Conda]( https://ucx-py.readthedocs.io/en/latest/install.html#conda ) or [build from source]( https://ucx-py.readthedocs.io/en/latest/install.html#source ).\n\n## Testing\n\nTo run ucx-py's tests, just use ``pytest``:\n\n```bash\npytest -v\n```\n\n### TCP Support\n\nIn order to use TCP add `tcp` to `UCX_TLS` and set `UCXPY_IFNAME` to the network interface you want to use. Some setup examples:\n\n```bash\n# TCP using \"eth0\" and CUDA support\nexport UCX_TLS=tcp,cuda_copy,cuda_ipc\nexport UCXPY_IFNAME=\"eth0\"\n\n# InfiniBand using \"ib0\" and CUDA support\nexport UCX_TLS=rc,cuda_copy,cuda_ipc\nexport UCXPY_IFNAME=\"ib0\"\n\n# TCP using \"eno0\" and no CUDA support\nexport UCX_TLS=tcp\nexport UCXPY_IFNAME=\"eno0\"\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Python Bindings for the Unified Communication X library (UCX)",
    "version": "0.39.2",
    "project_urls": {
        "Documentation": "https://ucx-py.readthedocs.io/en/stable/",
        "Homepage": "https://github.com/rapidsai/ucx-py",
        "Source": "https://github.com/rapidsai/ucx-py"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3abd761693613226b6691f195c4cf6811b98a477db5443b8068438209a292853",
                "md5": "d77bca30372f3ec9d997aeaefdf032a6",
                "sha256": "977084b9c1b04181f016e0db8d3295bdb93324fd8492e89bf4e7e23ddf20c50c"
            },
            "downloads": -1,
            "filename": "ucx_py_cu12-0.39.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d77bca30372f3ec9d997aeaefdf032a6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1274,
            "upload_time": "2024-08-08T12:51:11",
            "upload_time_iso_8601": "2024-08-08T12:51:11.044970Z",
            "url": "https://files.pythonhosted.org/packages/3a/bd/761693613226b6691f195c4cf6811b98a477db5443b8068438209a292853/ucx_py_cu12-0.39.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-08 12:51:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rapidsai",
    "github_project": "ucx-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ucx-py-cu12"
}
        
Elapsed time: 0.34492s