1. 09 9月, 2022 1 次提交
  2. 02 7月, 2022 1 次提交
    • L
      unify cpu context, part2 (#44012) · 755438a7
      Leo Chen 提交于
      * fix init()
      
      * delete test_device_context
      
      * replace CPUDeviceContext with CPUContext
      
      * fix test_scalar
      
      * remove dot_op.cc
      
      * fix compile
      755438a7
  3. 26 6月, 2022 1 次提交
  4. 05 6月, 2022 1 次提交
  5. 17 6月, 2021 1 次提交
  6. 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
  7. 03 4月, 2019 1 次提交
  8. 02 4月, 2019 1 次提交
  9. 25 3月, 2019 1 次提交
  10. 20 3月, 2019 2 次提交
  11. 28 12月, 2018 1 次提交
  12. 12 12月, 2018 1 次提交
  13. 14 11月, 2018 1 次提交
  14. 08 11月, 2018 1 次提交
  15. 05 11月, 2018 1 次提交
  16. 17 8月, 2018 1 次提交
  17. 05 8月, 2018 1 次提交
  18. 22 6月, 2018 1 次提交
  19. 20 6月, 2018 1 次提交
  20. 19 6月, 2018 5 次提交
  21. 08 6月, 2018 1 次提交
  22. 10 5月, 2018 3 次提交
  23. 09 5月, 2018 1 次提交
  24. 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
  25. 16 3月, 2018 1 次提交
  26. 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
  27. 12 2月, 2018 1 次提交
  28. 10 2月, 2018 2 次提交
  29. 09 2月, 2018 1 次提交
  30. 09 1月, 2018 1 次提交
  31. 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
  32. 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