File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ python3 -m unittest tools.AutoTuner.test.smoke_test_sweep.${PLATFORM_WITHOUT_DAS
22
22
echo " Running Autotuner smoke tests for --sample and --iteration."
23
23
python3 -m unittest tools.AutoTuner.test.smoke_test_sample_iteration.${PLATFORM_WITHOUT_DASHES} SampleIterationSmokeTest.test_sample_iteration
24
24
25
+ echo " Running Autotuner smoke algorithm eval test"
26
+ python3 -m unittest tools.AutoTuner.test.smoke_test_algo_eval.${PLATFORM_WITHOUT_DASHES} AlgoEvalSmokeTest.test_algo_eval
27
+
25
28
if [ " $PLATFORM_WITHOUT_DASHES " == " asap7" ] && [ " $DESIGN_NAME " == " gcd" ]; then
26
29
echo " Running Autotuner ref file test (only once)"
27
30
python3 -m unittest tools.AutoTuner.test.ref_file_check.RefFileCheck.test_files
You can’t perform that action at this time.
0 commit comments