1. 26 7月, 2021 2 次提交
  2. 21 7月, 2021 1 次提交
  3. 12 7月, 2021 2 次提交
  4. 09 7月, 2021 1 次提交
  5. 02 7月, 2021 1 次提交
  6. 17 6月, 2021 1 次提交
  7. 16 6月, 2021 3 次提交
  8. 15 6月, 2021 5 次提交
    • W
      c334d2bd
    • S
      [cherry-pick] fix gather bug && fix hang of new_group (#33553) · a4e841e0
      ShenLiang 提交于
      * Fix gather infer shape using axis (#33413)
      
      * fix gather shape bug
      
      * fix None
      
      * fix topo
      
      * Fix hang of hybrid parallel in new_group  (#33141)
      
      * fix hang of hybrid parallel
      
      * fix new_group for hang problem
      
      * fix hang
      a4e841e0
    • L
      [cherry-pick] Polish code for setitem/getitem and support index for... · 2b44ae5d
      liym27 提交于
      [cherry-pick] Polish code for setitem/getitem and support index for list/Tensor/None/Ellipsis/bool (#33528)
      
      * [cherry-pick 2.1] Polish code for _getitem_impl_ (#32868)
      
      * [cherry-pick] Polish code for setitem and getitem (#32911)
      
      * [slice getitem] Support getitem idx is Tensor or List (#33000)
      
      * [getitem] Support index is None for getitem in static mode (#33001)
      
      * [Static getitem] Support static Variable getitem for Ellipsis index (#32876)
      
      * [static getitem]Support index is list bool for getitem in static mode (#33298)
      2b44ae5d
    • K
      [cherry pick] add warning for dataloader incompatable upgrade (#33514) · bbedca46
      Kaipeng Deng 提交于
      * add warning log for DataLoader output format imcompatible upgrade. test=develop
      
      * add unittest. test=develop
      
      * fix ci converage. test=develop
      
      * fix ci coverage. test=develop
      bbedca46
    • W
      [Cherry-Pick] Fix the segfault when using to_tensor in PyLayer. (#33303) (#33518) · 0079e0b1
      WeiXin 提交于
      修复pylayer 返回to_tensor时触发段错误的bug。
      原因:
      
      如果在Python端修改了stop_gradient属性,c++ 端InnerSetOverridedStopGradient 无法修改stop_gradient属性,在c++端调用SetOverridedStopGradient修改stop_gradient属性。
      to_tensor产生的tensor的grad var的DataType为默认值(-1),在backward的过程中grad var的DataType不能为默认值(-1),因此在调用ForwardDataType设置grad var的DataType。
      
      原始PR:#33303
      0079e0b1
  9. 12 6月, 2021 1 次提交
  10. 11 6月, 2021 1 次提交
  11. 10 6月, 2021 4 次提交
  12. 09 6月, 2021 1 次提交
  13. 08 6月, 2021 3 次提交
  14. 07 6月, 2021 2 次提交
  15. 04 6月, 2021 1 次提交
  16. 02 6月, 2021 1 次提交
  17. 01 6月, 2021 1 次提交
  18. 31 5月, 2021 1 次提交
  19. 26 5月, 2021 2 次提交
  20. 25 5月, 2021 1 次提交
  21. 21 5月, 2021 1 次提交
  22. 20 5月, 2021 3 次提交
  23. 19 5月, 2021 1 次提交