1. 20 8月, 2020 3 次提交
  2. 19 8月, 2020 1 次提交
  3. 17 8月, 2020 1 次提交
    • Z
      set default python3,fix incompatible,cache dir for third party,unify error... · 5017aa76
      Zhou Wei 提交于
      set default python3,fix incompatible,cache dir for third party,unify error code,for windows (#26178)
      
      * set default python3 for paddle windows,test=win
      
      * set default python3,cache dir for third party,error code,test=win
      
      * fix some incompatible
      
      * fix some error
      
      * set virtual environment,test=win
      5017aa76
  4. 15 8月, 2020 1 次提交
  5. 13 8月, 2020 2 次提交
    • D
      【paddle.fleet】paddle.fleet -> paddle.distributed.fleet. (#26186) · 50a5bcfc
      Dong Daxiang 提交于
      * move paddle.fleet to paddle.distributed.fleet
      50a5bcfc
    • L
      Feature/Enable Auto-Mixed-Precision in dynamic graph (#24903) · 2d95280e
      Leo Chen 提交于
      * add auto_cast, test=develop
      
      * add loss scaler, test=develop
      
      * add comments, test=develop
      
      * refine code, test=develop
      
      * refine code, test=develop
      
      * do not set flags automatically, test=develop
      
      * fix custom op bug, test=develop
      
      * add more test, test=develop
      
      * refine enable logic, test=develop
      
      * enable amp test with GPU, test=develop
      
      * add unittest
      
      * add test for found_inf
      
      * follow comments
      
      * follow comments
      
      * remove global variable, use singleton
      
      * add some notes
      
      * update comments
      
      * update comments
      
      * update comments
      
      * add use_dynamic_loss_scaling argument
      
      * refine found_inf
      
      * refine found_inf
      2d95280e
  6. 12 8月, 2020 2 次提交
  7. 10 8月, 2020 1 次提交
  8. 08 8月, 2020 1 次提交
  9. 07 8月, 2020 1 次提交
  10. 05 8月, 2020 2 次提交
  11. 03 8月, 2020 3 次提交
  12. 01 8月, 2020 1 次提交
  13. 31 7月, 2020 1 次提交
  14. 30 7月, 2020 3 次提交
  15. 22 7月, 2020 1 次提交
  16. 20 7月, 2020 2 次提交
  17. 17 7月, 2020 1 次提交
  18. 14 7月, 2020 1 次提交
  19. 13 7月, 2020 1 次提交
  20. 07 7月, 2020 2 次提交
  21. 04 7月, 2020 1 次提交
  22. 02 7月, 2020 1 次提交
  23. 30 6月, 2020 2 次提交
  24. 25 6月, 2020 1 次提交
  25. 19 6月, 2020 1 次提交
  26. 08 6月, 2020 1 次提交
  27. 05 6月, 2020 1 次提交
    • C
      Support SelelctedRows allreduce in multi-cards imperative mode (#24690) · 4a702ef3
      Chen Weihang 提交于
      * support selectedrows allreduce in multi-cards dygraph, test=develop
      
      * remove useless import modules in unittests, test=develop
      
      * add nccl cmake to get nccl version, test=develop
      
      * add if-condition to compiled correctly, test=develop
      
      * add detail version parseing for old nccl, test=develop
      
      * polish camke details, test=develop
      
      * fix remove test cmake error, test=develop
      
      * fix cmake condition, test=develop
      
      * change unittest camke list, test=develop
      
      * fix unittest cmake rule, test=develop, test=framep0
      4a702ef3
  28. 03 6月, 2020 1 次提交
    • Y
      Add crypto python (#24836) · aa47356b
      Yanghello 提交于
      * add crypto helper for paddle, test=develop
      
      * cryptopp.cmake bug fixed, test=develop
      
      * remove debug build type, test=develop
      
      * fixed CMakeLists for new target, test=develop
      
      * fix CI bug, test=develop
      
      * add cmake option flag DWITH_CRYPTO, test=develop
      
      * add crypto api for python, test=develop
      
      * Revert "add crypto api for python, test=develop"
      
      This reverts commit 3a1cfa9d.
      
      * Revert "Add crypto api (#24694)"
      
      This reverts commit 5a7a517c.
      
      * Revert "Revert "Add crypto api (#24694)""
      
      This reverts commit f952b19f.
      
      * fixed cryptopp cmake building error, test=develop
      
      * change WITH_CRYPTO building option to OFF, test=develop
      
      * â€fixed cipher test failed, test=develop
      
      * "add crypto api for python, test=develop"
      
      This reverts commit 83fb55c0.
      
      * travis CI bug fixed, test=develop
      
      * fixed test in python3
      
      * test=develop
      
      * fixed unittest, test=develop
      aa47356b