Python Bindings for the Unified Communication X library (UCX)
Project description
[!WARNING] UCX-Py is deprecated and will be phased out soon, version 0.45 (RAPIDS 25.08) is expected to be the last release. Projects that rely on UCX-Py are advised to migrate to UCXX immediately.
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"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ucx_py_cu12-0.45.0.tar.gz
(1.5 kB
view details)
File details
Details for the file ucx_py_cu12-0.45.0.tar.gz.
File metadata
- Download URL: ucx_py_cu12-0.45.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96ec34d86c54a6f4b7bdc8e8010db2b2c7681e682c59498f680777cb3aba6fa9
|
|
| MD5 |
a4797500d9550be45cda43329795b9ca
|
|
| BLAKE2b-256 |
dec66646c3acdef21fea5a38e7f1adc3befa8cf59e796f31c44fda9eece534ce
|