- 20 1月, 2021 2 次提交
- 18 1月, 2021 1 次提交
-
-
由 gongweibao 提交于
Fix potential port conflicts
-
- 14 1月, 2021 1 次提交
-
-
由 123malin 提交于
* test=develop, add distributed_infer
-
- 13 1月, 2021 1 次提交
-
-
由 ShenLiang 提交于
-
- 12 1月, 2021 2 次提交
-
-
由 JZ-LIANG 提交于
-
由 YUNSHEN XIE 提交于
* disable test_pipeline * fix error
-
- 11 1月, 2021 2 次提交
-
-
由 YUNSHEN XIE 提交于
* disable ut test_tsm on windows * fix error * add ut execuate time
-
由 gongweibao 提交于
-
- 08 1月, 2021 1 次提交
-
-
由 huangxu96 提交于
-
- 06 1月, 2021 1 次提交
-
-
由 WeiXin 提交于
-
- 05 1月, 2021 1 次提交
-
-
由 WeiXin 提交于
* Support storage of large parameters * Reduce the complexity of the unittest * Reduce the complexity of the unittest,commented out unittest for * add unittest for static.save/load * Increase the timeout threshold of 'test_static_save_load' * Increase the timeout threshold of 'test_static_save_load' * Increase the timeout threshold of 'test_static_save_load' and 'test_paddle_save_load' * Increase the timeout threshold of 'test_static_save_load' and 'test_paddle_save_load'
-
- 04 1月, 2021 1 次提交
-
-
由 WangXi 提交于
-
- 31 12月, 2020 1 次提交
-
-
由 lilong12 提交于
* add distributed.split, test=develop
-
- 30 12月, 2020 1 次提交
-
-
由 tangwei12 提交于
* fix ut Change-Id: I151e152919a1863db07792bffb42d0ca68995756
-
- 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 提交于
-