|
|
@ -81,6 +81,7 @@ list(REMOVE_ITEM TEST_OPS test_imperative_resnet)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_imperative_se_resnext)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_imperative_se_resnext)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_imperative_mnist)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_imperative_mnist)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_ir_memory_optimize_transformer)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_ir_memory_optimize_transformer)
|
|
|
|
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_layers)
|
|
|
|
foreach(TEST_OP ${TEST_OPS})
|
|
|
|
foreach(TEST_OP ${TEST_OPS})
|
|
|
|
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
|
|
|
|
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
|
|
|
|
endforeach(TEST_OP)
|
|
|
|
endforeach(TEST_OP)
|
|
|
@ -118,7 +119,7 @@ py_test_modules(test_parallel_executor_crf MODULES test_parallel_executor_crf SE
|
|
|
|
py_test_modules(test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL)
|
|
|
|
py_test_modules(test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL)
|
|
|
|
set_tests_properties(test_parallel_executor_fetch_feed PROPERTIES TIMEOUT 450)
|
|
|
|
set_tests_properties(test_parallel_executor_fetch_feed PROPERTIES TIMEOUT 450)
|
|
|
|
py_test_modules(test_parallel_executor_transformer MODULES test_parallel_executor_transformer SERIAL)
|
|
|
|
py_test_modules(test_parallel_executor_transformer MODULES test_parallel_executor_transformer SERIAL)
|
|
|
|
|
|
|
|
py_test_modules(test_layers MODULES test_layers ENVS FLAGS_cudnn_deterministic=1)
|
|
|
|
if(NOT WIN32)
|
|
|
|
if(NOT WIN32)
|
|
|
|
py_test_modules(test_ir_memory_optimize_transformer MODULES test_ir_memory_optimize_transformer SERIAL)
|
|
|
|
py_test_modules(test_ir_memory_optimize_transformer MODULES test_ir_memory_optimize_transformer SERIAL)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|