- 25 12月, 2020 1 次提交
-
-
由 guofei 提交于
* Fix Windows unittest of test_fetch_lod_tensor_array
-
- 24 12月, 2020 3 次提交
-
-
由 wawltor 提交于
-
由 wanghuancoder 提交于
* reopen python coverage --include for test, test=develop * if no .py file modified, not use coverage run, test=develop * remove test code, test=develop * add WITH_INCREMENTAL_COVERAGE, test=develop * refine if else, test=develop
-
由 tangwei12 提交于
* oneps (3/4) Co-authored-by: NMrChengmo <cmchengmo@163.com> Co-authored-by: Nmalin10 <malin10@baidu.com> Co-authored-by: Nchengmo <chengmo@baidu.com>
-
- 23 12月, 2020 1 次提交
-
-
由 YUNSHEN XIE 提交于
* remove duplicate ut reload * remove duplicate ut define in cmakelist
-
- 22 12月, 2020 1 次提交
-
-
由 Guo Sheng 提交于
test=develop
-
- 16 12月, 2020 1 次提交
-
-
由 YUNSHEN XIE 提交于
-
- 15 12月, 2020 1 次提交
-
-
由 YUNSHEN XIE 提交于
* added UT should not exceed 15s * fix error * UT limit of 15s is the first to be executed * fix error * fix error with CI_SKIP_CPP_TEST * modfied tiemout setting * fix error
-
- 14 12月, 2020 4 次提交
-
-
由 Tao Luo 提交于
* disable test_parallel_executor_profiler in cuda 10.1 * update set_tests_properties
-
由 WangXi 提交于
-
由 Huihuang Zheng 提交于
Fix 3 Windows Unittests test_fuse_all_reduce_pass: Paddle cannot run multiple-GPU on Windows so set single visible GPU flag test_feed_data_check_shape_type: Paddle cannot run multiple-GPU on Windows so set single visible GPU flag test_tsm: Winodws GPU size is not enough so decrease batch size and data size.
-
由 GeminiCarrie 提交于
* Fix a bug when running on an operating system without "bash." * add execution condition * for ci-coverage * get cpu information to check the precision problem * Update compilation environment for musl version * update dependencies * remove test code check cpu info remove test code review * update alpine and third_party denpendencies * add newline for ci Code format
-
- 08 12月, 2020 1 次提交
-
-
由 LoveAn 提交于
-
- 03 12月, 2020 1 次提交
-
-
由 YUNSHEN XIE 提交于
-
- 02 12月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
-
- 01 12月, 2020 2 次提交
-
-
由 Jiawei Wang 提交于
* fix 3 doc * fix 3 doc * Update adadelta.py
-
由 wanghuancoder 提交于
-
- 30 11月, 2020 2 次提交
-
-
由 Chen Weihang 提交于
* fix failed tests in yingchun gived list * add unittests into static_mode_white_list * add enable static * fix dist unittest * skip test_sigmoid_focal_loss_op & add gym * revert no need skip unittests * remove gym
-
由 wanghuancoder 提交于
* Generate code coverage reports only for incremental files, test=develop * Generate code coverage reports only for incremental files, test=develop * Generate code coverage reports only for incremental files, test=develop * test for diff python file, test=develop * fix no python diff report, test=develop * add cc test file, test=develop * fix bug in generic.cmake, test=develop * for debug no cc report, test=develp * modify compire branch form test_pr to test, test=develop * fix bug, test=develop * test for h file changed, test=develop * debug for redefinition of argument optimize error, test=develop * close -o3 for test, test=develop * remove -o3 for test, test=develop * remove coverage option for nvcc, test=develop * use CMAKE_CXX_FLAGS open coverage option when header file changed, test=develop * reopen -o3, test=develop * remove debug code, test=develop * remove unused code, test=develop
-
- 27 11月, 2020 2 次提交
-
-
由 ShenLiang 提交于
* add reducer * refine envent for memorycopy * add concat&split for allreduce * apply concat & split for fuse tensor * fix nccl dep * fix the untest, compile problem and ddp initialize problem * fix untest for mac & add some comments & solve the repeated param in sublayers * fix untest for windows & fix document
-
由 Chen Weihang 提交于
* add symlink force for unittest * open unittest
-
- 26 11月, 2020 2 次提交
-
-
由 YUNSHEN XIE 提交于
-
由 gongweibao 提交于
-
- 24 11月, 2020 2 次提交
-
-
由 YUNSHEN XIE 提交于
-
由 YUNSHEN XIE 提交于
-
- 23 11月, 2020 3 次提交
-
-
由 lilong12 提交于
* update, test=develop
-
由 YUNSHEN XIE 提交于
fix error for Can not find test to add properties to:test_parallel_dygraph_transformer,test_parallel_dygraph_sparse_embedding (#28968)
-
由 Kaipeng Deng 提交于
* fix conv_transpose unittest. test=develop
-
- 19 11月, 2020 1 次提交
-
-
由 YUNSHEN XIE 提交于
* modfied the timeout value for 5 ut * modified timeout value for test_resnet
-
- 18 11月, 2020 1 次提交
-
-
由 YUNSHEN XIE 提交于
-
- 16 11月, 2020 1 次提交
-
-
由 YUNSHEN XIE 提交于
-
- 13 11月, 2020 1 次提交
-
-
由 lilong12 提交于
* update, test=develop
-
- 09 11月, 2020 3 次提交
-
-
由 YUNSHEN XIE 提交于
* modified timeout value on windows * fix some error
-
由 YUNSHEN XIE 提交于
-
由 YUNSHEN XIE 提交于
* exec ut no more than 15s 2 * fix for ut test_inplace_addto_strategy timeout
-
- 08 11月, 2020 1 次提交
-
-
由 YUNSHEN XIE 提交于
* disable ut test_parallel_executor_fetch_isolated_var,test=document_fix * test for limiting ut exec time as 15S * fix an error caused by cannot find ut * fix some error * can not find test_transformer * fix error caused by ut not run in windows * fix error caused by Compiler Options * fix error caused by setting timeout value as 15 in python/paddle/tests/CMakeLists.txt * setting timeout value to 120s for old ut * add the timeout value setting * fix error caused by ut only run in coverage_ci * add analyzer_transformer_profile_tester * fix some error * fix some error * fix error with inference option * fix error with inference option setting as ON_INFER * add some ut to set timeout * modified some option * fix error * fix some timeout error * fix error * fix error * fix timeout for test_analyzer_bfloat16_resnet50 * fix error * setting timeout properity for some ut * first pr for new ut timeout as 15S
-
- 06 11月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* remove slelected rows all reduce over height check * polish unittest
-
- 29 10月, 2020 1 次提交
-
-
由 wanghuancoder 提交于
* enable test_parallel_executor_fetch_isolated_var, test=develop * add enable_static, test=develop * set test_parallel_executor_fetch_isolated_var RUN_TYPE=DIST, develop=test
-
- 27 10月, 2020 1 次提交
-
-
由 Zhang Ting 提交于
* add fuse_bn_add_act pass
-
- 26 10月, 2020 1 次提交
-
-
由 mapingshuo 提交于
* add sharding
-