15 lines
310 B
Markdown
15 lines
310 B
Markdown
# P2P Latency Tests
|
|
Microbenchmarks to test Peer-2-Peer and Low Latency protocols on AMD GPUs.
|
|
|
|
## How-to-use?
|
|
|
|
To build and run these tests, follow these steps:
|
|
1. Navigate to the `p2p-latency-test` directory.
|
|
2. Run `bash build_and_run.sh`
|
|
|
|
```bash
|
|
cd rccl/tools/p2p-latency-test
|
|
bash build_and_run.sh
|
|
```
|
|
|