We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66c5a9 commit 59ef696Copy full SHA for 59ef696
python/paddle/fluid/tests/unittests/ir/inference/CMakeLists.txt
@@ -214,6 +214,9 @@ if(WITH_GPU AND TENSORRT_FOUND)
214
set_tests_properties(test_onednn_conv_bias_fuse_pass PROPERTIES TIMEOUT 300)
215
set_tests_properties(test_onednn_conv_concat_activation_fuse_pass
216
PROPERTIES TIMEOUT 300)
217
+ set_tests_properties(test_onednn_multi_gru_fuse_pass PROPERTIES TIMEOUT 120)
218
+ set_tests_properties(test_onednn_multi_gru_seq_fuse_pass PROPERTIES TIMEOUT
219
+ 120)
220
set_tests_properties(test_flatten2_matmul_fuse_pass PROPERTIES TIMEOUT 240)
221
set_tests_properties(test_squeeze2_matmul_fuse_pass PROPERTIES TIMEOUT 240)
222
set_tests_properties(test_reshape2_matmul_fuse_pass PROPERTIES TIMEOUT 240)
0 commit comments