Skip to content

Commit

Permalink
comment and docs
Browse files Browse the repository at this point in the history
Signed-off-by: luarss <[email protected]>
  • Loading branch information
luarss committed Aug 6, 2024
1 parent 402860f commit 180c741
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/user/InstructionsForAutoTuner.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,21 @@ We show three different views possible at the end, namely: `Table View`, `Scatte
![Parallel Coordinate View](../images/Autotuner_best_parameter_view.webp)
<p style="text-align: center;">Parallel Coordinate View (best run is in green)</p>

## Tests

The tests can be run assuming you have the virtual environment set up.
At a glance, we have:
- Smoke tests: `--tune`, `--sweep`

```
./tools/AutoTuner/installer.sh
cd tools/AutoTuner/tests
# Smoke tests
python smoke_test_tune.py
python smoke_test_sweep.py
```


## Citation

Expand Down
1 change: 1 addition & 0 deletions flow/test/test_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ if [ $RUN_AUTOTUNER -eq 1 ]; then
./tools/AutoTuner/installer.sh
. .venv/bin/activate

# Remove dashes and capitalize platform name
PLATFORM=${PLATFORM//-/}
PLATFORM=${PLATFORM^^}

Expand Down

0 comments on commit 180c741

Please sign in to comment.