CMD + K

ucx-py-cu12

Community

Installation

To install this package, run one of the following:

Pip
$pip install -i https://pypi.anaconda.org/rapidsai-wheels-nightly/simple ucx-py-cu12

Usage Tracking

0.46.0a13
0.46.0a12
0.46.0a11
0.45.0
0.45.0a22
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

[!CAUTION] UCX-Py has been discontinued, version 0.45 (RAPIDS 25.08) was its last release and it will receive no further updates, see the RAPIDS Support Notice 50 for details. Projects depending on UCX-Py are advised to migrate to UCXX immediately. UCXX documentation.

https://ucx-py.readthedocs.io/en/latest/

Python Bindings for UCX

Installing

Users can either install with Conda or build from source.

Testing

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

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:

# 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"

About

Last Updated

Sep 18, 2025 at 15:47

Total Downloads

57.9K

Supported Platforms

noarch