1. 21 6月, 2020 1 次提交
  2. 16 6月, 2020 1 次提交
  3. 08 6月, 2020 1 次提交
    • T
      add -DPADDLE_CUDA_BINVER (#24928) · 90d420b1
      T8T9 提交于
      * add -DPADDLE_CUDA_BINVER. test=develop, test=win_gpu
      
      * nvcc will use add_compile_options, avoid using it if you don't want to pass arguments to nvcc. test=develop
      
      * test=develop, test=win_gpu
      90d420b1
  4. 05 6月, 2020 2 次提交
    • 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
    • T
      Builtin cuda (#24904) · 211ef78c
      T8T9 提交于
      * support CUDA using cmake built-in way (#24395)
      
      * support CUDA using cmake built-in way. test=develop
      
      * test=develop
      
      * cmake_minimum_required 3.10
      
      * test=develop
      211ef78c
  5. 03 6月, 2020 1 次提交
  6. 01 6月, 2020 2 次提交
  7. 27 5月, 2020 1 次提交
  8. 13 5月, 2020 1 次提交
  9. 12 5月, 2020 1 次提交
  10. 20 4月, 2020 1 次提交
  11. 09 4月, 2020 1 次提交
    • M
      Remove: NGraph engine from PDPD repository (#23545) · 3baaee9a
      mozga-intel 提交于
      * Remove the NGraph engine from PDPD repository
      1. Each operator was removed from the operator's directory
      2. Each test was removed from the unittest directory
      3. The parallel executor support was removed from the PDPD
      4. The CMake file was removed from the PDPD
      5. The NG flags were removed from the repository
      test=develop
      
      * Remove ngraph from:
      1. Cmake file
      2. Python file
      test=develop
      3baaee9a
  12. 05 2月, 2020 1 次提交
  13. 04 2月, 2020 1 次提交
  14. 21 1月, 2020 1 次提交
  15. 09 1月, 2020 1 次提交
  16. 25 12月, 2019 1 次提交
  17. 03 12月, 2019 1 次提交
  18. 19 11月, 2019 1 次提交
  19. 08 11月, 2019 1 次提交
  20. 31 10月, 2019 1 次提交
  21. 16 10月, 2019 1 次提交
  22. 04 9月, 2019 1 次提交
  23. 31 8月, 2019 1 次提交
    • H
      Paddlebox Framework (#18982) · c756b5d2
      hutuxian 提交于
      * Support looking up embeddings from BoxPS.
      * Add a _pull_box_sparse op, for now this op is not exposed to users.
      * Add a BoxHelper class, providing 'BeginPass', 'EndPass', 'FeedPass' functions and so on.
      * Add 'BoxPSDataset' in python code.
      * Add a compile options WITH_BOX_PS and a MACRO PADDLE_WITH_BOX_PS.
      * Add UT.
      * More concrete information pls refer to: https://github.com/PaddlePaddle/Paddle/pull/18982
      c756b5d2
  24. 30 8月, 2019 1 次提交
  25. 20 8月, 2019 1 次提交
  26. 19 8月, 2019 1 次提交
  27. 14 8月, 2019 1 次提交
  28. 01 8月, 2019 1 次提交
  29. 24 7月, 2019 1 次提交
  30. 22 7月, 2019 1 次提交
  31. 03 7月, 2019 1 次提交
  32. 26 6月, 2019 1 次提交
  33. 18 4月, 2019 1 次提交
  34. 17 4月, 2019 1 次提交
  35. 12 4月, 2019 1 次提交
  36. 10 4月, 2019 1 次提交
  37. 03 4月, 2019 1 次提交
  38. 02 4月, 2019 1 次提交
    • C
      Model data cryption link all lib (#16555) · c38c7c56
      Chen Weihang 提交于
      * link the libwbaes.so into paddle
      
      * polish detail, test=develop
      
      * try fix mac_pr_ci error, test=develop
      
      * add compile option, test=develop
      
      * fix ci error, test=develop
      
      * ignore failed to find mac lib, test=develop
      
      * change cdn to bj, cdn can't get the latest version
      
      * trigger ci, test=develop
      
      * temporary delete win32 lib linking, test=develop
      
      * change https to http, test=develop
      
      * turn compile option on to off
      
      * turn compile option off to on, test=develop
      
      * try lib compiled by gcc4.8, test=develop
      
      * update lib version, test=develop
      
      * link other lib, test=develop
      
      * add setup config
      
      * delete false, test=develop
      
      * delete no_soname, test=develop
      
      * recover so name set
      
      * fix, test=develop
      
      * adjust make config, test=develop
      
      * remove link to wbaes, test=develop
      
      * remove useless define, test=develop
      c38c7c56