1. 01 11月, 2022 1 次提交
    • N
      [CodeStyle][py2] remove `six` package (part2) (#47334) · 3592ba8c
      Nyakku Shigure 提交于
      * [CodeStyle][py2] remove `six` package (part2)
      
      * six.ensure_str
      
      * remove unused `import six`
      
      * remove six from BUILTIN_LIKELY_MODULES
      
      * remove six in example code
      
      * remove some decode
      
      * try to fix example code
      
      * fix MockEtcdClient get/get_prefix returns data type
      
      * fix MockEtcdClient get_prefix returns data
      
      * fix MockEtcdClient get returns data
      
      * remove `six` in pypi and conda requirements
      
      * fix MockEtcdClient add_watch_callback/add_watch_prefix_callback returns data type
      
      * refine MockEtcdClient
      3592ba8c
  2. 31 10月, 2022 1 次提交
  3. 27 10月, 2022 1 次提交
    • R
      precise_test_logic_update (#47387) · 23c9c885
      risemeup1 提交于
      * test,test=ljd_test
      
      * modify get_ut_file_map.py,test=ljd_test
      
      * modify paddle_build.sh,test=ljd_test
      
      * test,test=ljd_test
      
      * update precise test logic,test=ljd_test
      
      * it is a test,test=ljd_test
      
      * it is a test,test=ljd_test
      
      * it is a test,test=ljd_test
      
      * it is a test,test=ljd_test
      
      * it is a test,test=ljd_test
      
      * it is a test,test=ljd_test
      
      * precise test logic update
      23c9c885
  4. 24 10月, 2022 1 次提交
  5. 23 10月, 2022 2 次提交
  6. 18 10月, 2022 1 次提交
  7. 13 10月, 2022 1 次提交
  8. 12 10月, 2022 1 次提交
  9. 10 10月, 2022 2 次提交
  10. 29 9月, 2022 1 次提交
  11. 28 9月, 2022 1 次提交
  12. 27 9月, 2022 1 次提交
  13. 26 9月, 2022 1 次提交
    • R
      Optimizing pr ci coverage (#46427) · bb5e99a4
      risemeup1 提交于
      * it is a test for my idea,test=coverage
      
      * it is a test,test=coverage
      
      * it is a test,test=coverage
      
      * optimizing coverage ci for build develop twice
      
      * it is a test to delete a unnitest,test=coverage
      
      * optimizing pr ci coverage
      bb5e99a4
  14. 22 9月, 2022 1 次提交
  15. 20 9月, 2022 1 次提交
  16. 19 9月, 2022 2 次提交
  17. 17 9月, 2022 1 次提交
  18. 16 9月, 2022 1 次提交
    • C
      Unify core avx and core_noavx to libpaddle (#46095) · 267d71a4
      Chen Weihang 提交于
      * unify  core_avx and core_noavx
      
      * fix except error
      
      * revert mac compile logic
      
      * revert dylib to so
      
      * add core_noavx branch
      
      * remove core_noavx
      
      * replace paddle_core by lib paddle
      
      * polish var name
      
      * replace paddle_core by libpaddle
      
      * update custom device commit
      
      * polish code by comments
      267d71a4
  19. 14 9月, 2022 2 次提交
  20. 08 9月, 2022 1 次提交
  21. 26 8月, 2022 1 次提交
  22. 24 8月, 2022 1 次提交
  23. 23 8月, 2022 1 次提交
  24. 19 8月, 2022 1 次提交
  25. 26 7月, 2022 1 次提交
    • Z
      Improve CI unittest parallel execution strategy (#44334) · ff216f18
      zhangbo9674 提交于
      * paralle_test_daily
      
      * test=paralle_test_daily
      
      * test=paralle_test_daily
      
      * test=parallel_test_daily
      
      * test=paralle_test_daily
      
      * test=paralle_test_daily
      
      * test=paralle_test_daily
      
      * test=paralle_test_daily
      
      * test=paralle_test_daily
      
      * test=paralle_test_daily
      
      * test=paralle_test_daily
      
      * test=paralle_test_daily
      
      * test pre_test_bak
      
      * test cfs
      
      * test_cfs,test=paralle_test_daily
      
      * test_cfs,test=paralle_test_daily
      
      * fix nightly test name,test=paralle_test_daily
      
      * fix nightly test name,test=paralle_test_daily
      
      * test ci parallel speed
      
      * refine parallel rule,test=paralle_test_daily
      ff216f18
  26. 25 7月, 2022 1 次提交
  27. 20 7月, 2022 3 次提交
  28. 07 7月, 2022 2 次提交
  29. 01 7月, 2022 1 次提交
  30. 29 6月, 2022 1 次提交
  31. 28 6月, 2022 2 次提交
  32. 27 6月, 2022 1 次提交
    • S
      make inference_api_test compile with dynamic linking library (#41944) · f8b9073f
      Sing_chan 提交于
      * make inference_api_test use import_lib + dll to smaller its size;test=document_fix;test=windows_ci_inference
      
      * make place.h not export symbols; change the order of inference test dependencies
      
      * cant delete analysis pass ..in inference_analysis_test or build test_analyzer.exe will failed; temporarily comment test need paddle_inference_c
      
      * add onnx path; cp onnxruntime.dll to tests/api
      
      * make c_ut depend on paddle_inference_c_shared rather than paddle_inference_c
      
      * make c_ut depend .dll in windows and .lib in linux;path add capi_exp
      
      * init context pool by analysis predictor
      
      * make windows and linux both use shared; compile shared even on_infer off
      
      * move case:profile after case:fuse_statis to avoid context pool null problem
      
      * make c_ut depend .dll in windows and .lib in linux;path add capi_exp
      f8b9073f