Skip to content

Commit e8fbd0b

Browse files
committed
Changes for sample_shift.
1 parent 4d675ec commit e8fbd0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: configs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Configs have the three highest parameter keys:
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. |
107107
| `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\). |
108109
|<h3>Algorithm parameters</h3>||||
109110
| `algorithm`:`library` | None | | Python module containing measured entity (class or function). |
110111
| `algorithm`:`device` | `default` | `default`, `cpu`, `gpu` | Device selected for computation. |

0 commit comments

Comments
 (0)