You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ All tests support the same set of arguments :
49
49
*`-b,--minbytes <min size in bytes>` minimum size to start with. Default : 32M.
50
50
*`-e,--maxbytes <max size in bytes>` maximum size to end at. Default : 32M.
51
51
* Increments can be either fixed or a multiplication factor. Only one of those should be used
52
-
*`-i,--stepbytes <increment size>` fixed increment between sizes. Default : (max-min)/10.
52
+
*`-i,--stepbytes <increment size>` fixed increment between sizes. Default : 1M.
53
53
*`-f,--stepfactor <increment factor>` multiplication factor between sizes. Default : disabled.
54
54
* NCCL operations arguments
55
55
*`-o,--op <sum/prod/min/max/avg/all>` Specify which reduction operation to perform. Only relevant for reduction operations like Allreduce, Reduce or ReduceScatter. Default : Sum.
0 commit comments