1. 22 1月, 2019 1 次提交
  2. 21 1月, 2019 1 次提交
  3. 18 1月, 2019 1 次提交
  4. 17 1月, 2019 1 次提交
  5. 16 1月, 2019 1 次提交
    • Y
      Optimize while_op for test (#14764) · 568cc2ff
      Yiqun Liu 提交于
      * Simplify the compare op for CPU.
      
      * Use asynchronous tensor copy in reshape_op's kernel.
      
      * Optimize while_op for test, avoiding creating variables every time.
      test=develop
      
      * Enable the cache of kernel type and kernel function.
      test=develop
      
      * Enable profiling with gperftools.
      
      * Remove flags for testing, and fix the linking error.
      test=develop
      
      * Delete the codes of ChooseKernel.
      test=develop
      
      * Fix bug when preparing ExecutorPrepareContext for while_op.
      
      * Fix missing depending on grpc libraries.
      
      * Remove the redundant print.
      test=develop
      
      * Follow comments.
      
      * Remove the codes related to prepare the ExecutorPrepareContext for while_op.
      test=develop
      568cc2ff
  6. 28 12月, 2018 1 次提交
    • W
      Refactor distributed RPC (#15075) · a8bc05b5
      Wu Yi 提交于
      * wip
      
      * wip
      
      * refactor no.1 dir structure test=develop
      
      * fix linking test=develop
      
      * fix includes test=develop
      
      * fix build test=develop
      
      * fix build test=develop
      a8bc05b5
  7. 14 12月, 2018 1 次提交
  8. 07 12月, 2018 1 次提交
  9. 29 11月, 2018 1 次提交
  10. 25 11月, 2018 1 次提交
  11. 18 10月, 2018 1 次提交
  12. 12 9月, 2018 1 次提交
  13. 27 7月, 2018 1 次提交
  14. 20 7月, 2018 1 次提交
  15. 18 7月, 2018 1 次提交
  16. 05 7月, 2018 1 次提交
  17. 20 6月, 2018 1 次提交
  18. 11 6月, 2018 1 次提交
  19. 07 6月, 2018 1 次提交
  20. 01 6月, 2018 1 次提交
  21. 22 5月, 2018 1 次提交
  22. 21 4月, 2018 1 次提交
  23. 18 4月, 2018 1 次提交
  24. 03 4月, 2018 1 次提交
  25. 02 4月, 2018 1 次提交
  26. 01 4月, 2018 1 次提交
  27. 30 3月, 2018 2 次提交
  28. 22 3月, 2018 1 次提交
  29. 09 3月, 2018 1 次提交
  30. 06 3月, 2018 1 次提交
  31. 10 2月, 2018 1 次提交
  32. 11 1月, 2018 1 次提交
  33. 28 11月, 2017 1 次提交
    • Send recv op (#5520) · 0a8a86e0
      武毅 提交于
      * WIP send recv op
      
      * WIP send recv
      
      * put grpc impl in details
      
      * put grpc impl in details
      
      * update wip
      
      * update proto
      
      * update proto
      
      * update proto
      
      * clean cmake
      
      * wip on op implementations
      
      * wip on op implementations
      
      * compile ok adding ut
      
      * wip unitest
      
      * add extern cares for linking
      
      * wip add ut
      
      * working version send recv
      
      * revert optimizer.py
      
      * update test cmake
      
      * add libtool to dockerfile
      
      * update cmake dependency
      
      * update cmake depends
      
      * update cmake grpc depends
      
      * fix cmake dependency
      
      * fix compile error
      
      * fix compile
      
      * follow comments
      
      * update
      
      * update copyfrom
      0a8a86e0