1. 05 12月, 2022 1 次提交
    • R
      Setuptools (#48301) · 9913da02
      risemeup1 提交于
      * test
      
      * test
      
      * test
      
      * test
      
      * test
      
      * suport setuptools for paddle
      
      * modify paddle_build.sh
      
      * modify paddle_build.sh
      
      * modify paddle_build.sh
      
      * modify paddle_build.sh
      
      * modify paddle_build.sh
      
      * test
      
      * modify setup.py
      
      * modify build_options
      
      * modify build_options
      
      * modify paddle_build.sh
      
      * modify setup.py
      
      * modify paddle_build.sh
      
      * modify setup.py
      
      * modify setup.py
      
      * modify setup.py
      
      * modify setup.py
      
      * modfiy paddle_build.sh
      
      * debug
      
      * debug
      
      * debug
      
      * dddd
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * fix bug that no version.py
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * Delete .pre-commit-config.yaml
      
      * debug
      
      * support ninja
      
      * support ninja
      
      * debug
      
      * debug
      
      * debug
      
      * support setuptools for paddle
      
      * modify code style
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * 取消make clean
      
      * 取消make clean
      
      * debug
      
      * debug
      
      * debug
      
      * debug for py3
      
      * debug
      
      * debug
      
      * debug
      
      * 将mkdir_and_copy_file单独封装一个函数
      
      * modify paddle_build.sh
      
      * modify setup.py after zhangbo reviewd
      9913da02
  2. 29 11月, 2022 1 次提交
  3. 08 11月, 2022 1 次提交
    • T
      remove dist xpu tests for R200 (#47381) · ef21b58b
      tianshuo78520a 提交于
      * disable distributed xpu tests
      
      * test=kunlun
      
      * test=document_fix;test=kunlun
      
      * test=document_fix;test=kunlun
      
      * test=document_fix;test=kunlun
      
      * test=document_fix;test=kunlun
      ef21b58b
  4. 07 11月, 2022 2 次提交
  5. 04 11月, 2022 1 次提交
    • R
      Fix bug (#47621) · ef67c8a8
      risemeup1 提交于
      * 修改.gitigore文件,把ljd_sh文件忽略掉
      
      * 取消ljd_sh文件忽略
      
      * fix ci bug
      
      * fix windows ci bug
      
      * fix bug ci
      
      * fix bug test
      
      * fix bug test
      ef67c8a8
  6. 03 11月, 2022 3 次提交
  7. 01 11月, 2022 2 次提交
    • N
      [CodeStyle][E711] use `is`/`is not` for comparison with `None` (#47452) · a35a4a53
      Nyakku Shigure 提交于
      * [CodeStyle][E711] use `is`/`is not` for comparison with `None`
      
      * `self.assertTrue($A is None)` -> `self.assertIsNone($A)`
      
      * `self.assertTrue($A is not None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertFalse($A is None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertEqual($A, None)` -> `self.assertIsNone($A)`
      
      * `self.assertNotEqual($A, None)` -> `self.assertIsNotNone($A)`
      a35a4a53
    • 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
  8. 31 10月, 2022 1 次提交
  9. 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
  10. 24 10月, 2022 1 次提交
  11. 23 10月, 2022 2 次提交
  12. 18 10月, 2022 1 次提交
  13. 13 10月, 2022 1 次提交
  14. 12 10月, 2022 1 次提交
  15. 10 10月, 2022 2 次提交
  16. 29 9月, 2022 1 次提交
  17. 28 9月, 2022 1 次提交
  18. 27 9月, 2022 1 次提交
  19. 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
  20. 22 9月, 2022 1 次提交
  21. 20 9月, 2022 1 次提交
  22. 19 9月, 2022 2 次提交
  23. 17 9月, 2022 1 次提交
  24. 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
  25. 14 9月, 2022 2 次提交
  26. 08 9月, 2022 1 次提交
  27. 26 8月, 2022 1 次提交
  28. 24 8月, 2022 1 次提交
  29. 23 8月, 2022 1 次提交
  30. 19 8月, 2022 1 次提交
  31. 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
  32. 25 7月, 2022 1 次提交