@ -337,7 +337,7 @@ function(parallel_bash_test_modules TARGET_NAME)
endif ( )
endfunction ( )
list ( REMOVE_ITEM TEST_OPS test_feed_data_check_shape_type )
list ( REMOVE_ITEM TEST_OPS test_warpctc_op )
list ( REMOVE_ITEM TEST_OPS test_parallel_executor_crf )
list ( REMOVE_ITEM TEST_OPS test_parallel_executor_profiler )
@ -364,6 +364,7 @@ list(REMOVE_ITEM TEST_OPS test_basic_gru_api)
list ( REMOVE_ITEM TEST_OPS test_basic_gru_unit_op )
list ( REMOVE_ITEM TEST_OPS test_basic_lstm_api )
list ( REMOVE_ITEM TEST_OPS test_basic_lstm_unit_op )
list ( REMOVE_ITEM TEST_OPS test_fuse_all_reduce_pass )
list ( REMOVE_ITEM TEST_OPS test_fuse_bn_act_pass )
list ( REMOVE_ITEM TEST_OPS test_fuse_bn_add_act_pass )
list ( REMOVE_ITEM TEST_OPS test_imperative_static_runner_mnist )
@ -547,8 +548,12 @@ py_test_modules(test_parallel_executor_profiler MODULES test_parallel_executor_p
py_test_modules ( test_parallel_executor_transformer MODULES test_parallel_executor_transformer )
if ( WIN32 )
py_test_modules ( test_parallel_executor_transformer_auto_growth MODULES test_parallel_executor_transformer_auto_growth ENVS FLAGS_allocator_strategy=auto_growth CUDA_VISIBLE_DEVICES=0 )
py_test_modules ( test_fuse_all_reduce_pass MODULES test_fuse_all_reduce_pass ENVS CUDA_VISIBLE_DEVICES=0 )
py_test_modules ( test_feed_data_check_shape_type MODULES test_feed_data_check_shape_type ENVS CUDA_VISIBLE_DEVICES=0 )
else ( )
py_test_modules ( test_parallel_executor_transformer_auto_growth MODULES test_parallel_executor_transformer_auto_growth ENVS FLAGS_allocator_strategy=auto_growth )
py_test_modules ( test_fuse_all_reduce_pass MODULES test_fuse_all_reduce_pass )
py_test_modules ( test_feed_data_check_shape_type MODULES test_feed_data_check_shape_type )
endif ( )
py_test_modules ( test_data_norm_op MODULES test_data_norm_op )