Skip to content

Commit

Permalink
add test_autotuner call, matplotlib reqs
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Luar <jluar@precisioninno.com>
  • Loading branch information
luarss committed Jan 11, 2025
1 parent d6c0661 commit f0f9c9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flow/test/test_autotuner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ python3 -m unittest tools.AutoTuner.test.smoke_test_sample_iteration.${PLATFORM}
if [ "$PLATFORM" == "asap7" ] && [ "$DESIGN" == "gcd" ]; then
echo "Running Autotuner ref file test (only once)"
python3 -m unittest tools.AutoTuner.test.ref_file_check.RefFileCheck.test_files

echo "Running Autotuner plotting smoke test (only once)"`
latest_folder=$(ls -dt ./flow/logs/asap7/gcd/test-tune*/ | tail -n 1)
python3 tools/AutoTuner/src/autotuner/utils/plot.py --results_dir $latest_folder
fi
echo "Running Autotuner smoke algorithm & evaluation test"
Expand Down
1 change: 1 addition & 0 deletions tools/AutoTuner/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ tensorboard>=2.14.0,<=2.16.2
protobuf==3.20.3
SQLAlchemy==1.4.17
urllib3<=1.26.15
matplotlib==3.10.0

0 comments on commit f0f9c9c

Please sign in to comment.