1. 24 12月, 2020 1 次提交
  2. 23 12月, 2020 2 次提交
  3. 22 12月, 2020 1 次提交
  4. 21 12月, 2020 1 次提交
  5. 18 12月, 2020 1 次提交
  6. 17 12月, 2020 2 次提交
  7. 16 12月, 2020 1 次提交
  8. 14 12月, 2020 2 次提交
  9. 11 12月, 2020 3 次提交
    • J
      [Sharding] add hybrid-dp feature (#29518) · d33d468f
      JZ-LIANG 提交于
      * Sharding add hybrid-dp feature
      
      * update sharding in distributed_strategy
      
      * update sharding unitest
      
      * revise code format for sharding
      d33d468f
    • L
      Add the strategy of skipping cc/cu test compilation and execution in CI (#29499) · b5d4a1f3
      LoveAn 提交于
      * Add the strategy of skipping cc/cu test compilation and execution in CI, test=develop
      
      * fix if error with CI_SKIP_TEST, test=develop
      
      * fix add properties to test error on Linux/MAC, test=develop
      
      * fix set test properties of test_code_generator error, test=develop
      
      * remove test codes and advance judgment of file modification on Linux, test=develop
      
      * rename CI_SKIP_TEST to CI_SKIP_CPP_TEST, test=document_fix
      
      * Add branch judgement on Linux, test=develop
      b5d4a1f3
    • A
      Polish hash function of executor cache key (#29556) · 2a422506
      Aurelius84 提交于
      * Add more value to calculate hash key
      
      * fix size_t
      
      * polish code
      2a422506
  10. 08 12月, 2020 2 次提交
  11. 07 12月, 2020 1 次提交
  12. 04 12月, 2020 2 次提交
  13. 03 12月, 2020 1 次提交
  14. 01 12月, 2020 4 次提交
  15. 30 11月, 2020 3 次提交
    • L
      Check whether there is any inplace operation affecting gradient calculation. (#27901) · 865a4598
      liym27 提交于
      * Add a class TensorInplaceVersion to count the inplace version and put it in framework::Tensor instead of Allocation or Variable.
      
      * Add a new attribute `_inplace_version` for VarBase.
      
      * Raise exception if an inplace operation can result in incorrect gradient computation.
      
      * Add a new interface _bump_inplace_version() for VarBase to bump the version whenever the Tensor is modified through an inplace operation.
      
      * For api assign, call _bump_inplace_version() when it's an inplace operation inn dynamic mode.
      
      * Use original var_wrapper if the inplace_version is not changed.
      
      * Replace SnapshotVarWrapperList with SnapshotVarWrapper to optimize performane.
      865a4598
    • C
      Polish unittests details and execution conditions to adapt to MUSL (#29044) · 0b032fae
      Chen Weihang 提交于
      * fix failed tests in yingchun gived list
      
      * add unittests into static_mode_white_list
      
      * add enable static
      
      * fix dist unittest
      
      * skip test_sigmoid_focal_loss_op & add gym
      
      * revert no need skip unittests
      
      * remove gym
      0b032fae
    • W
      Add quantization of multi_gru op and tests (#28615) · 4fd4095d
      Wojciech Uss 提交于
      4fd4095d
  16. 27 11月, 2020 2 次提交
  17. 26 11月, 2020 4 次提交
  18. 25 11月, 2020 2 次提交
  19. 24 11月, 2020 1 次提交
  20. 23 11月, 2020 3 次提交
  21. 20 11月, 2020 1 次提交