We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0e6d4 commit 8b81f80Copy full SHA for 8b81f80
flow/test/test_autotuner.sh
@@ -23,6 +23,9 @@ python3 -m unittest tools.AutoTuner.test.smoke_test_sample_iteration.${PLATFORM}
23
if [ "$PLATFORM" == "asap7" ] && [ "$DESIGN" == "gcd" ]; then
24
echo "Running Autotuner ref file test (only once)"
25
python3 -m unittest tools.AutoTuner.test.ref_file_check.RefFileCheck.test_files
26
+
27
+ echo "Running AutoTuner resume test (only once)"
28
+ python3 -m unittest tools.AutoTuner.test.resume_check.ResumeCheck.test_tune_resume
29
fi
30
31
echo "Running Autotuner smoke algorithm & evaluation test"
0 commit comments