1. 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
  2. 11 7月, 2022 1 次提交
  3. 06 7月, 2022 1 次提交
  4. 05 7月, 2022 2 次提交
  5. 04 7月, 2022 1 次提交
  6. 26 6月, 2022 1 次提交
  7. 24 6月, 2022 2 次提交
  8. 14 6月, 2022 1 次提交
  9. 10 6月, 2022 1 次提交
  10. 07 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. 21 5月, 2022 1 次提交
  17. 19 5月, 2022 1 次提交
  18. 11 5月, 2022 1 次提交
  19. 05 5月, 2022 2 次提交
  20. 27 4月, 2022 1 次提交
  21. 25 4月, 2022 1 次提交
  22. 07 4月, 2022 1 次提交
  23. 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
  24. 01 4月, 2022 2 次提交
    • W
      [Eager] Support pinned (#41035) · f3270fc8
      wanghuancoder 提交于
      * support pinned, test=develop
      
      * support async_write, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine,test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      f3270fc8
    • F
      Fix compilation errors for gcc-54 (#41228) · 8aef685b
      From00 提交于
      * Fix compilation error for gcc-54
      
      * Remove const for gpuStream_t
      8aef685b
  25. 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
  26. 27 3月, 2022 1 次提交
  27. 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
  28. 23 3月, 2022 1 次提交
  29. 18 3月, 2022 1 次提交
  30. 14 3月, 2022 1 次提交
  31. 04 3月, 2022 1 次提交
  32. 03 3月, 2022 2 次提交
  33. 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
  34. 25 2月, 2022 1 次提交