1. 03 4月, 2019 1 次提交
  2. 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
  3. 19 2月, 2019 5 次提交
  4. 01 2月, 2019 1 次提交
  5. 21 1月, 2019 1 次提交
  6. 07 1月, 2019 1 次提交
  7. 13 12月, 2018 1 次提交
  8. 11 12月, 2018 1 次提交
  9. 16 11月, 2018 1 次提交
  10. 05 11月, 2018 1 次提交
  11. 30 9月, 2018 2 次提交
  12. 25 9月, 2018 1 次提交
  13. 14 9月, 2018 1 次提交
  14. 12 9月, 2018 1 次提交
  15. 25 8月, 2018 1 次提交
  16. 24 8月, 2018 2 次提交
  17. 23 8月, 2018 1 次提交
  18. 20 8月, 2018 6 次提交
  19. 17 8月, 2018 1 次提交
  20. 16 8月, 2018 1 次提交
  21. 14 8月, 2018 1 次提交
  22. 08 8月, 2018 1 次提交
  23. 01 7月, 2018 1 次提交
  24. 12 6月, 2018 1 次提交
    • W
      Trainer send term signal (#11220) · 34865f2d
      Wu Yi 提交于
      * wip
      
      * use executor.complete to end trainer
      
      * fix build
      
      * fix build with distribute off
      
      * fix typo
      
      * fix cmake typo
      
      * fix build
      34865f2d
  25. 11 6月, 2018 1 次提交
  26. 06 6月, 2018 1 次提交
  27. 25 5月, 2018 1 次提交
  28. 16 4月, 2018 1 次提交
  29. 16 3月, 2018 1 次提交
    • S
      Demostration of cmake refine for HIP support. · 45c988d8
      sabreshao 提交于
      1. Add option WITH_AMD_GPU.
      2. Add cmake/hip.cmake for HIP toolchain.
      3. Some external module such as eigen may need HIP port.
      4. Add macro hip_library/hip_binary/hip_test to cmake/generic.cmake.
      5. Add one HIP source concat.hip.cu as an example. Each .cu may have its corresponding .hip.cu.
      45c988d8