Skip to content

Commit a7cea17

Browse files
committed
Updated sample shift.
1 parent e8fbd0b commit a7cea17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: configs/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ Configs have the three highest parameter keys:
104104
| `data`:`format` | `pandas` | `pandas`, `numpy`, `cudf` | Data format to use in benchmark. |
105105
| `data`:`order` | `F` | `C`, `F` | Data order to use in benchmark: contiguous(C) or Fortran. |
106106
| `data`:`dtype` | `float64` | | Data type to use in benchmark. |
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\). |
107+
| `data`:`distributed_split` | None | None, `rank_based`, `sample_shift` | `rank_based` Split type used to distribute data between machines in distributed algorithm. `sample_shift`: Shift each data point in a rank by \((\sqrt{\text{rank id}} \times 0.003) + 1\). `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. |
109108
|<h3>Algorithm parameters</h3>||||
110109
| `algorithm`:`library` | None | | Python module containing measured entity (class or function). |
111110
| `algorithm`:`device` | `default` | `default`, `cpu`, `gpu` | Device selected for computation. |

0 commit comments

Comments
 (0)