From 6acb85a58b09610783c9f0631c27dc31346f7ab5 Mon Sep 17 00:00:00 2001 From: bukejiyu <52310069+bukejiyu@users.noreply.github.com> Date: Tue, 22 Aug 2023 20:13:50 +0800 Subject: [PATCH] [Inference][trt]test_trt_convert_xx ci timeout fix in v100 (#55044) * modify tensorrt ci timeout * activation ci bug fix * Update CMakeLists.txt * Update CMakeLists.txt * comment out int8 mode test_trt_dynamic_shape_groupnorm * fix test_sync_batch_norm_op Segmentation fault * fix timeout * Update CMakeLists.txt --- test/ir/inference/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ir/inference/CMakeLists.txt b/test/ir/inference/CMakeLists.txt index a3d4bc1f20c..11124b511ad 100755 --- a/test/ir/inference/CMakeLists.txt +++ b/test/ir/inference/CMakeLists.txt @@ -221,7 +221,7 @@ if(WITH_GPU AND TENSORRT_FOUND) set_tests_properties(test_transfer_layout_elim_pass PROPERTIES TIMEOUT 300) set_tests_properties(test_simplify_with_basic_ops_pass_autoscan - PROPERTIES TIMEOUT 240) + PROPERTIES TIMEOUT 480) set_tests_properties(test_adaptive_pool2d_convert_global_pass_autoscan PROPERTIES TIMEOUT 100) set_tests_properties(test_conv_act_onednn_fuse_pass PROPERTIES TIMEOUT 120) -- GitLab