Skip to content

Commit ea0194e

Browse files
Update README.md (dmlc#101)
1 parent c10714d commit ea0194e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ cd ..
2828
make clean; USE_UCX=1 CUDA_HOME=/usr/local/cuda USE_CUDA=1 make -j
2929
```
3030

31+
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.
32+
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).
33+
3134

3235
## Concepts
3336

@@ -138,7 +141,7 @@ DMLC_ROLE=worker ./tests/test_ipc_benchmark
138141

139142
Note: This benchmark is only valid for RDMA.
140143

141-
### 3. Other benchmarks
144+
### 3. Other GPU-related benchmarks
142145

143146

144147
```

0 commit comments

Comments
 (0)