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
2222echo " Running Autotuner smoke tests for --sample and --iteration."
2323python3 -m unittest tools.AutoTuner.test.smoke_test_sample_iteration.${PLATFORM_WITHOUT_DASHES} SampleIterationSmokeTest.test_sample_iteration
2424
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+
2528if [ " $PLATFORM_WITHOUT_DASHES " == " asap7" ] && [ " $DESIGN_NAME " == " gcd" ]; then
2629 echo " Running Autotuner ref file test (only once)"
2730 python3 -m unittest tools.AutoTuner.test.ref_file_check.RefFileCheck.test_files
You can’t perform that action at this time.
0 commit comments