Python Bindings for the Unified Communication X library (UCX)
Project description
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_cu11-0.38.0.tar.gz
(1.3 kB
view details)
File details
Details for the file ucx_py_cu11-0.38.0.tar.gz
.
File metadata
- Download URL: ucx_py_cu11-0.38.0.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5308364e61ab92985984bf14e65215939db3a6ff3c0d9aee86bdecd0404082ef |
|
MD5 | e95b5677d1d0f44639d4f3c669ec9559 |
|
BLAKE2b-256 | 68a0493a85451588296f617f068321114ed9eef84216552a91c26f5cc2929397 |