Skip to content

Commit 351b95b

Browse files
authored
Update documents (#225)
Adding AMD supports on the docs
1 parent 544ff0c commit 351b95b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
| Unit Tests (CUDA) | [![Build Status](https://dev.azure.com/binyli/HPC/_apis/build/status%2Fmscclpp-ut?branchName=main)](https://dev.azure.com/binyli/HPC/_build/latest?definitionId=4&branchName=main) |
1010
| Integration Tests (CUDA) | [![Build Status](https://dev.azure.com/binyli/HPC/_apis/build/status%2Fmscclpp-test?branchName=main)](https://dev.azure.com/binyli/HPC/_build/latest?definitionId=3&branchName=main) |
1111

12+
*NOTE (Nov 2023): Azure pipelines for ROCm will be added soon.*
13+
1214
A GPU-driven communication stack for scalable AI applications.
1315

1416
See [Quick Start](docs/quickstart.md) to quickly get started.
@@ -75,7 +77,7 @@ __device__ void barrier() {
7577
}
7678
```
7779

78-
MSCCL++ provides consistent interfaces, i.e., the above interfaces are used regardless of the location of the remote GPU (either on the local node or on a remote node) or the underlying link (either NVLink or InfiniBand).
80+
MSCCL++ provides consistent interfaces, i.e., the above interfaces are used regardless of the location of the remote GPU (either on the local node or on a remote node) or the underlying link (either NVLink/xGMI or InfiniBand).
7981

8082
### ProxyChannel and SmChannel
8183

docs/quickstart.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
* Non-Azure Systems
1111
* NVIDIA A100 GPUs + CUDA >= 11.8
1212
* NVIDIA H100 GPUs + CUDA >= 12.0
13-
* AMD support is underway.
13+
* AMD MI250X GPUs + ROCm >= 5.7
14+
* AMD MI300X GPUs + ROCm >= 5.7
1415
* OS: tested over Ubuntu 18.04 and 20.04
1516
* Libraries: [libnuma](https://github.com/numactl/numactl), MPI (optional)
1617
* Others

0 commit comments

Comments
 (0)