Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
机器未来
Paddle
提交
5091fed7
P
Paddle
项目概览
机器未来
/
Paddle
与 Fork 源项目一致
Fork自
PaddlePaddle / Paddle
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
5091fed7
编写于
11月 16, 2021
作者:
S
Sing_chan
提交者:
GitHub
11月 16, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
modify long time ut list (#37220)
上级
ae40ee32
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
6 addition
and
39 deletion
+6
-39
tools/windows/run_unittests.sh
tools/windows/run_unittests.sh
+6
-39
未找到文件。
tools/windows/run_unittests.sh
浏览文件 @
5091fed7
...
@@ -77,6 +77,11 @@ disable_wingpu_test="^test_model$|\
...
@@ -77,6 +77,11 @@ disable_wingpu_test="^test_model$|\
^test_multiprocess_dataloader_iterable_dataset_static
$|
\
^test_multiprocess_dataloader_iterable_dataset_static
$|
\
^test_fuse_bn_act_pass
$|
\
^test_fuse_bn_act_pass
$|
\
^test_fuse_bn_add_act_pass
$|
\
^test_fuse_bn_add_act_pass
$|
\
^test_gather_op
$|
\
^test_activation_op
$|
\
^test_norm_nn_grad
$|
\
^test_bilinear_interp_op
$|
\
^test_imperative_optimizer_v2
$|
\
^disable_wingpu_test$"
^disable_wingpu_test$"
# /*============================================================================*/
# /*============================================================================*/
...
@@ -101,63 +106,39 @@ disable_wincpu_test="^jit_kernel_test$|\
...
@@ -101,63 +106,39 @@ disable_wincpu_test="^jit_kernel_test$|\
^disable_wincpu_test$"
^disable_wincpu_test$"
# these unittest that cost long time, diabled temporarily, Maybe moved to the night
# these unittest that cost long time, diabled temporarily, Maybe moved to the night
long_time_test
=
"^best_fit_allocator_test
$|
\
long_time_test
=
"^test_gru_op
$|
\
^test_gru_op
$|
\
^decorator_test
$|
\
^decorator_test
$|
\
^test_dataset_cifar
$|
\
^test_dataset_imdb
$|
\
^test_dataset_imdb
$|
\
^test_dataset_movielens
$|
\
^test_datasets
$|
\
^test_datasets
$|
\
^test_pretrained_model
$|
\
^test_pretrained_model
$|
\
^test_elementwise_add_op
$|
\
^test_elementwise_sub_op
$|
\
^test_gather_op
$|
\
^test_gather_op
$|
\
^test_gather_nd_op
$|
\
^test_gather_nd_op
$|
\
^test_sequence_concat
$|
\
^test_sequence_conv
$|
\
^test_sequence_conv
$|
\
^test_sequence_pool
$|
\
^test_sequence_slice_op
$|
\
^test_space_to_depth_op
$|
\
^test_space_to_depth_op
$|
\
^test_activation_nn_grad
$|
\
^test_activation_nn_grad
$|
\
^test_activation_op
$|
\
^test_activation_op
$|
\
^test_auto_growth_gpu_memory_limit
$|
\
^test_bicubic_interp_op
$|
\
^test_bicubic_interp_v2_op
$|
\
^test_bicubic_interp_v2_op
$|
\
^test_bilinear_interp_v2_op
$|
\
^test_bilinear_interp_v2_op
$|
\
^test_conv3d_transpose_part2_op
$|
\
^test_conv_nn_grad
$|
\
^test_conv_nn_grad
$|
\
^test_crop_tensor_op
$|
\
^test_crop_tensor_op
$|
\
^test_cross_entropy2_op
$|
\
^test_cross_entropy2_op
$|
\
^test_cross_op
$|
\
^test_cross_op
$|
\
^test_deformable_conv_v1_op
$|
\
^test_dropout_op
$|
\
^test_dygraph_multi_forward
$|
\
^test_elementwise_div_op
$|
\
^test_elementwise_div_op
$|
\
^test_elementwise_nn_grad
$|
\
^test_elementwise_nn_grad
$|
\
^test_empty_op
$|
\
^test_fused_elemwise_activation_op
$|
\
^test_fused_elemwise_activation_op
$|
\
^test_group_norm_op
$|
\
^test_group_norm_op
$|
\
^test_gru_unit_op
$|
\
^test_gru_unit_op
$|
\
^test_imperative_lod_tensor_to_selected_rows
$|
\
^test_imperative_lod_tensor_to_selected_rows
$|
\
^test_imperative_optimizer
$|
\
^test_imperative_optimizer
$|
\
^test_imperative_ptb_rnn
$|
\
^test_imperative_save_load
$|
\
^test_imperative_selected_rows_to_lod_tensor
$|
\
^test_imperative_selected_rows_to_lod_tensor
$|
\
^test_imperative_star_gan_with_gradient_penalty
$|
\
^test_imperative_transformer_sorted_gradient
$|
\
^test_layer_norm_op
$|
\
^test_layer_norm_op
$|
\
^test_masked_select_op
$|
\
^test_multiclass_nms_op
$|
\
^test_multiclass_nms_op
$|
\
^test_naive_best_fit_gpu_memory_limit
$|
\
^test_nearest_interp_v2_op
$|
\
^test_nearest_interp_v2_op
$|
\
^test_nn_grad
$|
\
^test_nn_grad
$|
\
^test_norm_nn_grad
$|
\
^test_norm_nn_grad
$|
\
^test_normal
$|
\
^test_normal
$|
\
^test_pool3d_op
$|
\
^test_pool3d_op
$|
\
^test_pool2d_op
$|
\
^test_pool2d_op
$|
\
^test_prroi_pool_op
$|
\
^test_regularizer
$|
\
^test_regularizer_api
$|
\
^test_softmax_with_cross_entropy_op
$|
\
^test_softmax_with_cross_entropy_op
$|
\
^test_static_save_load
$|
\
^test_static_save_load
$|
\
^test_trilinear_interp_op
$|
\
^test_trilinear_interp_op
$|
\
...
@@ -167,24 +148,10 @@ long_time_test="^best_fit_allocator_test$|\
...
@@ -167,24 +148,10 @@ long_time_test="^best_fit_allocator_test$|\
^test_sequence_conv
$|
\
^test_sequence_conv
$|
\
^test_sgd_op
$|
\
^test_sgd_op
$|
\
^test_transformer
$|
\
^test_transformer
$|
\
^test_beam_search_decoder
$|
\
^test_argsort_op
$|
\
^test_eager_deletion_gru_net
$|
\
^test_lstmp_op
$|
\
^test_lstmp_op
$|
\
^test_label_semantic_roles
$|
\
^test_machine_translation
$|
\
^test_row_conv_op
$|
\
^test_deformable_conv_op
$|
\
^test_inplace_softmax_with_cross_entropy
$|
\
^test_conv2d_transpose_op
$|
\
^test_conv2d_transpose_op
$|
\
^test_conv3d_transpose_op
$|
\
^test_cyclic_cifar_dataset
$|
\
^test_deformable_psroi_pooling
$|
\
^test_elementwise_mul_op
$|
\
^test_imperative_auto_mixed_precision
$|
\
^test_imperative_auto_mixed_precision
$|
\
^test_imperative_optimizer_v2
$|
\
^test_imperative_optimizer_v2
$|
\
^test_imperative_ptb_rnn_sorted_gradient
$|
\
^test_sigmoid_cross_entropy_with_logits_op
$|
\
^test_strided_slice_op$"
^test_strided_slice_op$"
if
[
${
WITH_GPU
:-
OFF
}
==
"ON"
]
;
then
if
[
${
WITH_GPU
:-
OFF
}
==
"ON"
]
;
then
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录