1. 13 1月, 2021 5 次提交
  2. 12 1月, 2021 8 次提交
  3. 11 1月, 2021 14 次提交
  4. 08 1月, 2021 4 次提交
  5. 07 1月, 2021 5 次提交
  6. 06 1月, 2021 2 次提交
    • H
      support dygraph in xpu place (#30051) (#30112) · 285f33e5
      hong 提交于
      * support dygraph in xpu place; test=develop
      
      * fix cpu/gpu compile error; test=develop
      
      * fix compile error; test=develop
      
      * fix xpu compile error; testd=develop
      285f33e5
    • L
      [Cherry-Pick 2.0][Dynamic Inplace] Support ShareInplaceVersionCounterWith for... · 743649b5
      liym27 提交于
      [Cherry-Pick 2.0][Dynamic Inplace] Support ShareInplaceVersionCounterWith for C++ Tensor (#29842) (#30105)
      
      Before this PR, SharePlaceHolderWith share Tensor between different C++ Variable, which meas sharing the data, shape, and inplace_version_counter_ of Tensor.
      But in some cases, Sharing data and inplace_version_counter_ but not sharing shape is needed. For example, inplace op reshape, can't share shape.
      
      This PR, discard SharePlaceHolderWith, and expose ShareInplaceVersionCounterWith for C++ Tensor.
      This reverts commit b10ecd9d.
      
      * Support ShareInplaceVersionCounterWith to share the same inplace version counter for VarBase
      743649b5
  7. 05 1月, 2021 2 次提交
    • T
      add topo-aware in heter-ps (#30087) (#30117) · 7fc2ce50
      Thunderbrook 提交于
      * add topo aware
      
      * resource.h
      
      * topo aware
      
      * format
      7fc2ce50
    • T
      fix large scale memory (#30035) (#30085) · e3975223
      tangwei12 提交于
      * memory holder optimize
      
      Change-Id: Ic91af8ac6f2853336d28a9fbbc5e8d0c57b5d05e
      
      * memory holder optimize
      
      Change-Id: I2fd1c14ecc17f5d5ce88b87890381ea801e6367f
      
      * fix large scale memory holder
      
      Change-Id: Ief0992b02b00220e16c72cc637a56e7b5788140f
      
      * fix large scale memory holder
      
      Change-Id: I910142a3952ead643a5604f8f80955f3e6efe655
      e3975223