From b3db782c3f430e2e38a9b8d61810186539b3e19f Mon Sep 17 00:00:00 2001 From: Felix Abecassis Date: Thu, 23 Mar 2023 09:05:41 -0700 Subject: [PATCH] Update README.md [ROCm/rccl-tests commit: 17d0a42d5a4328e0e0e0d68440d8821224826d2f] --- projects/rccl-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl-tests/README.md b/projects/rccl-tests/README.md index 12be254542..580996b28d 100644 --- a/projects/rccl-tests/README.md +++ b/projects/rccl-tests/README.md @@ -49,7 +49,7 @@ All tests support the same set of arguments : * `-b,--minbytes ` minimum size to start with. Default : 32M. * `-e,--maxbytes ` maximum size to end at. Default : 32M. * Increments can be either fixed or a multiplication factor. Only one of those should be used - * `-i,--stepbytes ` fixed increment between sizes. Default : (max-min)/10. + * `-i,--stepbytes ` fixed increment between sizes. Default : 1M. * `-f,--stepfactor ` multiplication factor between sizes. Default : disabled. * NCCL operations arguments * `-o,--op ` Specify which reduction operation to perform. Only relevant for reduction operations like Allreduce, Reduce or ReduceScatter. Default : Sum.