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.44.0.tar.gz
(1.4 kB
view details)
File details
Details for the file ucx_py_cu11-0.44.0.tar.gz.
File metadata
- Download URL: ucx_py_cu11-0.44.0.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b1f15c648782fa0409cbbc2a7128430956f6102dba7ffa96c7c4b385b32ffb2
|
|
| MD5 |
899482e46b554b52f77c50b7f5b584fb
|
|
| BLAKE2b-256 |
4c350d0db159e047f2880f8e1206025650a7763ffbc29c51ed165fedfa9e84a6
|