Skip to content

Commit

Permalink
Update README.md (dmlc#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin authored Oct 26, 2021
1 parent c10714d commit ea0194e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ cd ..
make clean; USE_UCX=1 CUDA_HOME=/usr/local/cuda USE_CUDA=1 make -j
```

BytePS relies on UCXVan for GPU related communication, such as intra-node cuda-IPC, inter-node GPU-to-GPU / GPU-to-CPU communication with GPU-direct RDMA.
For the list of transports UCX supports, see [link](https://openucx.readthedocs.io/en/master/faq.html?highlight=UCX_TLS#list-of-main-transports-and-aliases).


## Concepts

Expand Down Expand Up @@ -138,7 +141,7 @@ DMLC_ROLE=worker ./tests/test_ipc_benchmark

Note: This benchmark is only valid for RDMA.

### 3. Other benchmarks
### 3. Other GPU-related benchmarks


```
Expand Down

0 comments on commit ea0194e

Please sign in to comment.