Skip to content

Commit b493577

Browse files
GeertRoksbo3z
authored andcommitted
Add cli parameters to Example 6 readme
1 parent 366735f commit b493577

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

examples/06_gpu_p2p/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,8 @@ Tips to keep in mind when compiling and running the example:
6565
- Coyote software must be compiled with GPU support; to do so, run `cmake ../ -DEN_GPU=1`
6666
- If you are running Coyote on the ETHZ HACC, keep in mind that the Alveo U55C nodes and the HACC Boxes have different Linux kernels. Therefore, the driver must be recompiled before inserting.
6767
- Finally, this example is targeting the MI210 GPU, by setting the variable `AMD_GPU=gfx90a`. While the software will compile and run on other GPUs, optimal performance is achieved by setting the correct architecture for other GPUs. Therefore, if you are targeting a different GPU, make sure to run `cmake ../ -DEN_GPU=1 -DAMD_GPU=<target architecture>`
68+
69+
### Command line parameters
70+
- `[--runs | -r] <uint>` Number of test runs (default: 100)
71+
- `[--min_size | -x] <uint>` Starting (minimum) transfer size (default: 64 [B])
72+
- `[--max_size | -X] <uint>` Ending (maximum) transfer size (default: 4 * 1024 * 1024 [B] ~ 4 MB)

0 commit comments

Comments
 (0)