We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa96f70 commit e51ea53Copy full SHA for e51ea53
1 file changed
python/paddle/fluid/tests/unittests/ipu/CMakeLists.txt
@@ -14,6 +14,7 @@ if(WITH_IPU)
14
set_tests_properties(test_elemetwise_x_op_ipu PROPERTIES TIMEOUT 300)
15
set_tests_properties(test_reduce_x_op_ipu PROPERTIES TIMEOUT 600)
16
set_tests_properties(test_save_load_ipu PROPERTIES TIMEOUT 600)
17
+ set_tests_properties(test_activation_ops_ipu PROPERTIES TIMEOUT 600)
18
19
add_subdirectory(custom_ops)
20
0 commit comments