1. 04 11月, 2020 1 次提交
  2. 24 9月, 2019 1 次提交
  3. 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
  4. 10 6月, 2019 1 次提交
  5. 16 11月, 2018 1 次提交
  6. 14 11月, 2018 2 次提交
  7. 09 11月, 2018 2 次提交
  8. 08 11月, 2018 1 次提交
  9. 19 10月, 2018 1 次提交
  10. 10 10月, 2018 1 次提交
  11. 28 9月, 2018 2 次提交
  12. 08 8月, 2018 1 次提交
  13. 09 7月, 2018 1 次提交
  14. 29 6月, 2018 1 次提交
    • C
      Init allocated memory for unit test (#11657) · d2ad4a5c
      chengduo 提交于
      * memory init
      
      * add env
      
      * refine anounce
      
      * Add check for Nan
      
      * Debug
      
      * Add env for cc_test
      
      * Add env for py_test and nv_test
      
      * Remove py_test env
      
      * Add env for py_test
      
      * serial test_recognize_digits
      
      * Test FLAGS_init_allocated_mem function for unit test
      
      * Init allocated mem for op unit test
      
      * Add env for all unit test
      d2ad4a5c
  15. 08 4月, 2018 3 次提交
  16. 02 4月, 2018 1 次提交
  17. 28 3月, 2018 1 次提交
  18. 27 3月, 2018 1 次提交
  19. 26 3月, 2018 3 次提交
  20. 20 3月, 2018 4 次提交
  21. 12 2月, 2018 1 次提交
  22. 10 2月, 2018 2 次提交
  23. 09 1月, 2018 1 次提交
  24. 25 12月, 2017 1 次提交
  25. 07 12月, 2017 1 次提交
  26. 30 11月, 2017 1 次提交
  27. 01 11月, 2017 2 次提交
  28. 28 10月, 2017 1 次提交