Files
rocm-systems/tools/p2p-latency-test/README.md
T

15 lines
310 B
Markdown
Raw Normal View History

# 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
```