1. 29 7月, 2022 2 次提交
  2. 19 7月, 2022 1 次提交
  3. 14 7月, 2022 2 次提交
    • L
      refine allocation cmake (#44241) · dc5a0420
      Leo Chen 提交于
      * build into one static library
      
      * move memory/detail to memory/allocation
      
      * fix bug
      
      * fix profiler
      
      * fix framework_proto
      
      * fix deps
      
      * fix inference compilation
      
      * fix rocm compile
      
      * follow comments
      
      * fix buddy_allocator_test
      dc5a0420
    • R
      [CustomDevice] add custom ccl 1/2 (#44294) · d88e77a7
      ronnywang 提交于
      * [CustomDevice] add custom ccl api
      
      * add ut
      d88e77a7
  4. 11 7月, 2022 1 次提交
  5. 06 7月, 2022 1 次提交
  6. 04 7月, 2022 1 次提交
  7. 26 6月, 2022 1 次提交
  8. 24 6月, 2022 2 次提交
  9. 14 6月, 2022 1 次提交
  10. 10 6月, 2022 1 次提交
  11. 05 6月, 2022 1 次提交
  12. 04 6月, 2022 1 次提交
  13. 02 6月, 2022 1 次提交
  14. 01 6月, 2022 1 次提交
  15. 27 5月, 2022 1 次提交
  16. 19 5月, 2022 1 次提交
  17. 27 4月, 2022 1 次提交
  18. 25 4月, 2022 1 次提交
  19. 07 4月, 2022 1 次提交
  20. 05 4月, 2022 1 次提交
    • L
      [new-exec] enable the new standalone executor by default (#41179) · 93ea1297
      Leo Chen 提交于
      * enable new executor by default
      
      * enable stream safe allocator
      
      * test=document_fix;test=coverage
      
      * do not use scope in op kernel
      
      * fit empty program for new executor
      
      * fix communication depend
      
      * fix test_sync_batch_norm
      
      * skip unsupported place
      
      * refine datatransfer
      
      * fit for dirtributed program
      
      * fix dependencpy
      
      * fix some ut
      93ea1297
  21. 01 4月, 2022 1 次提交
  22. 30 3月, 2022 1 次提交
    • F
      Add new APIs for GPU memory monitoring (max_memory_allocated,... · afe02e9d
      From00 提交于
      Add new APIs for GPU memory monitoring (max_memory_allocated, max_memory_reserved, memory_allocated, memory_reserved) (#38657)
      
      * Add new API memory_reserved
      
      * Add memory_allocated, max_memory_reserved and max_memory_allocater
      
      * Fix CI error
      
      * Fix CI error
      
      * Enhance UT
      
      * Add FLAGS_memory_stats_opt
      
      * Add STATS macro functions
      
      * Add StatAllocator
      
      * Fix CI errors
      
      * Add UT
      
      * Fix CI errors
      afe02e9d
  23. 27 3月, 2022 1 次提交
  24. 25 3月, 2022 1 次提交
    • z8hanghuan's avatar
      support multi_dims for tril_triu, *test=kunlun (#40712) · 9ffedcfd
      z8hanghuan 提交于
      * support multi_dims for tril_triu, *test=kunlun
      
      * support multi_dims for tril_triu, *test=kunlun
      
      * support multi_dims for tril_triu, *test=kunlun
      
      * update xpu.cmake date, support multi_dims for tril_triu, *test=kunlun
      9ffedcfd
  25. 23 3月, 2022 1 次提交
  26. 18 3月, 2022 1 次提交
  27. 14 3月, 2022 1 次提交
  28. 03 3月, 2022 2 次提交
  29. 28 2月, 2022 1 次提交
    • L
      Profile Executor (#39641) · 7ecefec3
      liutiexing 提交于
      * add align for WorkQueue
      
      * add spinlock
      
      * merge develop
      
      * merge
      
      * Add EventsWaiter
      
      * Revert "Add EventsWaiter"
      
      This reverts commit e206173aa9be7401b83a53581627bfaf557c8fb2.
      
      * add log for Executor
      
      * Profile Allocators
      
      * Profile Allocators
      
      * adjust interface
      
      * remove lock for set
      
      * fix
      Co-authored-by: Nliutiexing <liutiexing@google.com>
      7ecefec3
  30. 25 2月, 2022 1 次提交
  31. 20 2月, 2022 1 次提交
  32. 15 2月, 2022 1 次提交
    • R
      [PluggableDevice] Add custom runtime support (#38740) · 3e7825f3
      ronnywang 提交于
      * [CustomRuntime] Add DeviceManager
      
      * [CustomRuntime] Add DeviceInterface
      
      * [CustomRuntime] Add Stream, Event, DeviceGuard, CallbackManager
      
      * [CustomRuntime] Add plug-in device
      
      * [CustomRuntime] Memory module support PluggableDevice
      
      * [CustomRuntime] Add WITH_PLUGGABLE_DEVICE cmake option
      
      * update
      
      * [API] update API doc based on comments, test=develop
      Co-authored-by: Nqili93 <qili93@qq.com>
      3e7825f3
  33. 09 2月, 2022 1 次提交
  34. 08 2月, 2022 1 次提交
    • F
      Support allocate CUDA managed memory (#39075) · 42910361
      From00 提交于
      * Rough implementation for experiment
      
      * Support allocate cuda managed memory
      
      * Fix CI error
      
      * Modify UT
      
      * Check whether support memory oversubscription
      
      * Fix ROCM Compile error
      
      * Fix ROCM Compile error
      
      * Fix UT cuda_managed_memory_test
      
      * Set UT timeout to 40
      
      * Add UT OOMExceptionTest
      
      * Set UT timeout to 50
      42910361
  35. 06 2月, 2022 1 次提交
  36. 27 1月, 2022 1 次提交