1. 04 6月, 2022 1 次提交
  2. 14 4月, 2022 1 次提交
  3. 02 4月, 2022 1 次提交
  4. 27 3月, 2022 1 次提交
  5. 27 1月, 2022 1 次提交
  6. 10 1月, 2022 1 次提交
  7. 28 12月, 2021 1 次提交
    • F
      Utilize StreamSafeCUDAAllocator to support fast GC in new executor (#37642) · 0c7153a4
      From00 提交于
      * fix reshape move storage error
      
      * remove needless set type
      
      * alloc tensor by shared storage
      
      * Utilize StreamSafeCUDAAllocator to support fast GC in new executor
      
      * Fix compile error for Windows and ROCm
      
      * Fix compile error for Windows
      
      * Modify UT stream_safe_cuda_alloc_test
      
      * Modify UT stream_safe_cuda_alloc_test
      
      * Rewrite fast GC
      
      * Rewrite fast GC
      
      * Fix compile error for BOOST_GET_CONST
      
      * Fix compile error for BOOST_GET_CONST
      
      * Changes default stream for StreamSafeCUDAAllocator
      
      * Fix a small CI error
      
      * Remove some redundant code
      
      * Fix conflict
      
      * Fix compile error for ROCm
      
      * Fix Windoes CI error
      
      * Fix CI error
      
      * Remove some unnecessary code
      
      * Fix CI error
      
      * Add UT for fast GC
      
      * Fix CI error
      
      * add device-agnostic stream class
      
      * add stream.h
      
      * fix ut
      
      * fix cpu compile
      
      * Use RWLock in GetAllocator
      
      * Fix CI error
      Co-authored-by: NChen Weihang <chenweihang@baidu.com>
      Co-authored-by: Nzhiqiu <chenqiuliang@baidu.com>
      0c7153a4
  8. 24 12月, 2021 1 次提交
  9. 06 12月, 2021 1 次提交
  10. 25 11月, 2021 1 次提交
  11. 23 11月, 2021 1 次提交
  12. 22 11月, 2021 1 次提交
  13. 17 11月, 2021 2 次提交
  14. 12 11月, 2021 1 次提交
    • L
      Refine new executor (#37074) · 1fe4513c
      Leo Chen 提交于
      * split declaration and implementation
      
      * remove initdevices
      
      * refine VariableMetaInfo
      
      * add ut
      
      * fix compile
      1fe4513c
  15. 08 11月, 2021 1 次提交
  16. 01 11月, 2021 1 次提交
  17. 29 10月, 2021 1 次提交
  18. 26 10月, 2021 1 次提交
  19. 22 9月, 2021 1 次提交
  20. 18 9月, 2021 1 次提交
  21. 14 9月, 2021 1 次提交
    • A
      Intergrate StandaloneExecutor in Static.Executor Interface with... · 4bc08530
      Aurelius84 提交于
      Intergrate StandaloneExecutor in Static.Executor Interface with FLAGS_USE_STANDALONE_EXECUTOR (#35628)
      
      * Intergrate StandaloneExecutor in Static.Executor Interface with FLAGS_USE_STANDALONE_EXECUTOR
      
      * Enhance unittest and clean code in StandaloneExecutor
      
      * polish unittest
      4bc08530
  22. 07 9月, 2021 1 次提交
  23. 03 9月, 2021 2 次提交
  24. 31 8月, 2021 1 次提交
  25. 26 8月, 2021 1 次提交
  26. 18 8月, 2021 1 次提交
  27. 05 8月, 2021 1 次提交
    • H
      New executor dev (#34407) · 012d12b5
      hong 提交于
      * first test version
      
      * add test exec;
      
      * add data transfer; test=develop
      
      * add new exec head;
      
      * add memcpy; test=develop
      
      * add python fetch
      
      * add new test
      
      * add graph node; test=develop
      
      * remove useless new executor test; test=develop
      
      * remove gperf dependency; test=develop
      
      * fix compile bugs; test=develop
      
      * remove useless code; test=develop
      
      * remove useless code; test=develop
      
      * add uni test; test=develop
      
      * polish code; test=develop
      
      * polish code; test=develop
      
      * add interpreter cmakefile; test=develop
      
      * remove useless code; test=develop
      012d12b5