Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
BaiXuePrincess
Paddle
提交
9d3e1896
P
Paddle
项目概览
BaiXuePrincess
/
Paddle
与 Fork 源项目一致
Fork自
PaddlePaddle / Paddle
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
9d3e1896
编写于
11月 22, 2021
作者:
S
Sing_chan
提交者:
GitHub
11月 22, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Modify parallel ut (#37288)
* modify unittest's parallel num * modify unittest's parallel num
上级
e28d5b89
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
7 addition
and
8 deletion
+7
-8
tools/parallel_UT_rule.py
tools/parallel_UT_rule.py
+7
-7
tools/windows/run_unittests.sh
tools/windows/run_unittests.sh
+0
-1
未找到文件。
tools/parallel_UT_rule.py
浏览文件 @
9d3e1896
...
@@ -1474,14 +1474,11 @@ CPU_PARALLEL_JOB = [
...
@@ -1474,14 +1474,11 @@ CPU_PARALLEL_JOB = [
'test_create_op_doc_string'
,
'test_create_op_doc_string'
,
'test_create_global_var'
,
'test_create_global_var'
,
'test_cpu_quantize_placement_pass'
,
'test_cpu_quantize_placement_pass'
,
'test_cpu_quantize_pass'
,
'test_cpu_bfloat16_placement_pass'
,
'test_cpu_bfloat16_placement_pass'
,
'test_cpu_bfloat16_pass'
,
'test_cpu_bfloat16_pass'
,
'test_conv_elementwise_add_mkldnn_fuse_pass'
,
'test_conv_concat_relu_mkldnn_fuse_pass'
,
'test_conv_concat_relu_mkldnn_fuse_pass'
,
'test_conv_bias_mkldnn_fuse_pass'
,
'test_conv_bias_mkldnn_fuse_pass'
,
'test_conv_batch_norm_mkldnn_fuse_pass'
,
'test_conv_batch_norm_mkldnn_fuse_pass'
,
'test_conv_activation_mkldnn_fuse_pass'
,
'test_conv3d_transpose_layer'
,
'test_conv3d_transpose_layer'
,
'test_conv3d_mkldnn_op'
,
'test_conv3d_mkldnn_op'
,
'test_conv3d_layer'
,
'test_conv3d_layer'
,
...
@@ -1519,7 +1516,6 @@ CPU_PARALLEL_JOB = [
...
@@ -1519,7 +1516,6 @@ CPU_PARALLEL_JOB = [
'stringprintf_test'
,
'stringprintf_test'
,
'stringpiece_test'
,
'stringpiece_test'
,
'split_test'
,
'split_test'
,
'selected_rows_test'
,
'selected_rows_functor_test'
,
'selected_rows_functor_test'
,
'scope_test'
,
'scope_test'
,
'scatter_test'
,
'scatter_test'
,
...
@@ -1555,7 +1551,6 @@ CPU_PARALLEL_JOB = [
...
@@ -1555,7 +1551,6 @@ CPU_PARALLEL_JOB = [
'lod_tensor_test'
,
'lod_tensor_test'
,
'test_check_abi'
,
'test_check_abi'
,
'lodtensor_printer_test'
,
'lodtensor_printer_test'
,
'jit_kernel_test'
,
'test_dispatch_jit'
,
'test_dispatch_jit'
,
'inlined_vector_test'
,
'inlined_vector_test'
,
'infer_io_utils_tester'
,
'infer_io_utils_tester'
,
...
@@ -1803,7 +1798,6 @@ TETRAD_PARALLEL_JOB = [
...
@@ -1803,7 +1798,6 @@ TETRAD_PARALLEL_JOB = [
'test_analyzer_bert'
,
'test_analyzer_bert'
,
'test_analyzer_googlenet'
,
'test_analyzer_googlenet'
,
'test_fleet_base'
,
'test_fleet_base'
,
'test_imperative_layers'
,
'test_dgc_momentum_op'
,
'test_dgc_momentum_op'
,
'test_memcpy_op'
,
'test_memcpy_op'
,
'test_dgc_op'
,
'test_dgc_op'
,
...
@@ -1815,9 +1809,13 @@ TETRAD_PARALLEL_JOB = [
...
@@ -1815,9 +1809,13 @@ TETRAD_PARALLEL_JOB = [
'test_collective_split_embedding'
,
'test_collective_split_embedding'
,
'float16_gpu_test'
,
'float16_gpu_test'
,
'test_leaky_relu_grad_grad_functor'
,
'test_leaky_relu_grad_grad_functor'
,
'test_complex_simplenet'
,
'selected_rows_functor_gpu_test'
,
'selected_rows_functor_gpu_test'
,
'test_imperative_framework'
,
'test_imperative_framework'
,
'selected_rows_test'
,
'test_conv_elementwise_add_mkldnn_fuse_pass'
,
'test_cpu_quantize_pass'
,
'jit_kernel_test'
,
'test_conv_activation_mkldnn_fuse_pass'
,
]
]
# It run 2 job each time, If it failed due to Insufficient GPU memory or CUBLAS_STATUS_ALLOC_FAILED,
# It run 2 job each time, If it failed due to Insufficient GPU memory or CUBLAS_STATUS_ALLOC_FAILED,
...
@@ -2191,6 +2189,8 @@ TWO_PARALLEL_JOB = [
...
@@ -2191,6 +2189,8 @@ TWO_PARALLEL_JOB = [
'test_analyzer_ernie'
,
'test_analyzer_ernie'
,
'lite_resnet50_test'
,
'lite_resnet50_test'
,
'lite_mul_model_test'
,
'lite_mul_model_test'
,
'test_complex_simplenet'
,
'test_imperative_layers'
,
]
]
...
...
tools/windows/run_unittests.sh
浏览文件 @
9d3e1896
...
@@ -155,7 +155,6 @@ long_time_test="^test_gru_op$|\
...
@@ -155,7 +155,6 @@ long_time_test="^test_gru_op$|\
^test_strided_slice_op$"
^test_strided_slice_op$"
if
[
${
WITH_GPU
:-
OFF
}
==
"ON"
]
;
then
if
[
${
WITH_GPU
:-
OFF
}
==
"ON"
]
;
then
export
FLAGS_fraction_of_gpu_memory_to_use
=
0.92
export
CUDA_VISIBLE_DEVICES
=
0
export
CUDA_VISIBLE_DEVICES
=
0
UT_list
=
$(
ctest
-N
|
awk
-F
': '
'{print $2}'
|
sed
'/^$/d'
|
sed
'$d'
)
UT_list
=
$(
ctest
-N
|
awk
-F
': '
'{print $2}'
|
sed
'/^$/d'
|
sed
'$d'
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录