From f400bd7084b9e963078f963e94067d3a0d709a41 Mon Sep 17 00:00:00 2001 From: wuhuanzhou Date: Fri, 22 Jan 2021 18:00:45 +0800 Subject: [PATCH] set WITH_INFERENCE_API_TEST=ON on Windows with GPU (#30090) * set WITH_INFERENCE_API_TEST=ON on Windows with GPU, notest, test=windows_ci * disable lite_mul_model_test, test=develop * disable test_analyzer_int8_resnet50, test=develop --- tools/windows/run_unittests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/windows/run_unittests.sh b/tools/windows/run_unittests.sh index a4340d9ecd..e2a8e8b618 100644 --- a/tools/windows/run_unittests.sh +++ b/tools/windows/run_unittests.sh @@ -37,7 +37,9 @@ fi # /*==================Fixed Disabled Windows unittests==============================*/ # TODO: fix these unittest that is bound to fail -diable_wingpu_test="^test_gradient_clip$|\ +diable_wingpu_test="^lite_mul_model_test$|\ +^test_analyzer_int8_resnet50$|\ +^test_gradient_clip$|\ ^test_translated_layer$|\ ^test_imperative_resnet$|\ ^test_imperative_resnet_sorted_gradient$|\ -- GitLab