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: configs/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,7 @@ Configs have the three highest parameter keys:
105
105
|`data`:`order`|`F`|`C`, `F`| Data order to use in benchmark: contiguous(C) or Fortran. |
106
106
|`data`:`dtype`|`float64`|| Data type to use in benchmark. |
107
107
|`data`:`distributed_split`| None | None, `rank_based`| Split type used to distribute data between machines in distributed algorithm. `None` type means usage of all data without split on all machines. `rank_based` type splits the data equally between machines with split sequence based on rank id from MPI. |
108
+
|`data`: `sample_shift`| None | None, `rank_based`| Determines how data points are shifted based on MPI rank. `None` type means use all data without any shift across all machines. `sample_shift`: Shift each data point in a rank by \((\sqrt{\text{rank id}} \times 0.003) + 1\). |
0 commit comments