1. 11 9月, 2019 1 次提交
    • H
      Replace TemporaryAllocator by CUDADeviceContextAllocator (#18989) · 12542320
      Huihuang Zheng 提交于
      TemporaryAllocator is a singleton used for allocating memory for Cudnn. Since it is a singleton, we can delete it for better performance in memory.
      
      We replace TemporaryAllocator by CUDADeviceContextAllocator and CUDADeviceContextAllocation, which uses stream callback to delete the memory allocated for the stream to avoid singleton.
      
      Also added data_feed_proto to operator to fix CI in CPU compilation
      12542320
  2. 10 6月, 2019 1 次提交
  3. 16 11月, 2018 1 次提交
  4. 14 11月, 2018 1 次提交
  5. 10 10月, 2018 1 次提交
  6. 28 9月, 2018 1 次提交
  7. 08 4月, 2018 1 次提交
  8. 26 3月, 2018 3 次提交
  9. 20 3月, 2018 1 次提交
  10. 12 2月, 2018 1 次提交
  11. 10 2月, 2018 2 次提交
  12. 05 2月, 2018 1 次提交
  13. 09 1月, 2018 1 次提交
  14. 18 8月, 2017 1 次提交
  15. 04 8月, 2017 1 次提交
  16. 28 7月, 2017 1 次提交
  17. 25 7月, 2017 1 次提交
  18. 22 7月, 2017 1 次提交
  19. 21 7月, 2017 2 次提交
  20. 19 7月, 2017 3 次提交
    • L
      Add memcpy · e53a48b4
      liaogang 提交于
      e53a48b4
    • F
      Simplify Tensor implimentation · 55d30172
      fengjiayi 提交于
      ATTENTION: some interfaces changed:
      1. void Tensor::set_dims(const DDim& dims) ==> void Tensor::Resize(const DDim& dims).
      2. void Tensor::ShareDataFrom(const Tensor& src)  ==> void Tensor::ShareDataWith(const Tensor& src)
      3. DDim Tensor::dims() const ==> const DDim& Tensor::dims() const
      55d30172
    • L
      Add memcpy · 028f3dc4
      liaogang 提交于
      028f3dc4
  21. 06 7月, 2017 1 次提交
  22. 28 6月, 2017 1 次提交
  23. 27 6月, 2017 1 次提交
  24. 26 6月, 2017 2 次提交
  25. 25 5月, 2017 1 次提交
  26. 09 12月, 2016 1 次提交
  27. 29 8月, 2016 1 次提交