1. 17 6月, 2021 1 次提交
  2. 12 12月, 2019 1 次提交
    • T
      memory leak for cpu (#21174) · 9ad940fd
      tangwei12 提交于
      * add fake init for the trainer, fix large memory hold in the trainer
      * do not merge recv vars from a remote endpoint, test=develop
      * add recv and save op, merge slice var in one op, save memory
      * remove hsigmoid with pull sparse, test=develop
      9ad940fd
  3. 03 4月, 2019 1 次提交
  4. 02 4月, 2019 1 次提交
  5. 25 3月, 2019 1 次提交
  6. 20 3月, 2019 2 次提交
  7. 28 12月, 2018 1 次提交
  8. 12 12月, 2018 1 次提交
  9. 14 11月, 2018 1 次提交
  10. 08 11月, 2018 1 次提交
  11. 05 11月, 2018 1 次提交
  12. 17 8月, 2018 1 次提交
  13. 05 8月, 2018 1 次提交
  14. 22 6月, 2018 1 次提交
  15. 20 6月, 2018 1 次提交
  16. 19 6月, 2018 5 次提交
  17. 08 6月, 2018 1 次提交
  18. 10 5月, 2018 3 次提交
  19. 09 5月, 2018 1 次提交
  20. 08 5月, 2018 1 次提交
    • Y
      Clean OpProtoAndCheckerMaker · 0e78cb69
      Yu Yang 提交于
      Do not use ctor
      
      * Reduce line of codes.
      * We can use virtual function for Maker now.
      * The implementation does not care what maker holds, it is easier to
      refactor later.
      0e78cb69
  21. 16 3月, 2018 1 次提交
  22. 15 2月, 2018 1 次提交
    • Y
      Update tensor_util.h (#8422) · cfffb1a3
      Yi Wang 提交于
      * Update tensor_util.h
      
      * Update with moved TensorDesc
      
      * Fix tensur_utils.cu
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Make tensor_util.cu a symbolic link
      cfffb1a3
  23. 12 2月, 2018 1 次提交
  24. 10 2月, 2018 2 次提交
  25. 09 2月, 2018 1 次提交
  26. 09 1月, 2018 1 次提交
  27. 05 1月, 2018 1 次提交
    • Y
      send_recv variables (#7161) · e5fe8935
      Yancey 提交于
      * send_recv variable
      
      * delete unused logs
      
      * fix ci failed
      
      * update
      
      * resize tensor before tensor copy
      
      * add selectedrows unit test
      
      * check rows
      e5fe8935
  28. 28 12月, 2017 1 次提交
    • Y
      Implement selectedrows serialize and deserialize (#7042) · 2cdef424
      Yancey 提交于
      * implement selectedrows serialize and deserialize
      
      * make serialize/deserialize as global function
      
      * recover send_imp.cc
      
      * delete unused brackets
      
      * fix compile error
      
      * serialize version in LodTensor and SelecetedRows
      
      * fix ci
      
      * fix ci
      2cdef424
  29. 27 12月, 2017 4 次提交