1. 16 5月, 2023 3 次提交
  2. 15 5月, 2023 2 次提交
  3. 12 5月, 2023 2 次提交
  4. 11 5月, 2023 4 次提交
  5. 10 5月, 2023 2 次提交
  6. 09 5月, 2023 3 次提交
  7. 08 5月, 2023 3 次提交
  8. 05 5月, 2023 2 次提交
  9. 04 5月, 2023 1 次提交
  10. 28 4月, 2023 1 次提交
  11. 27 4月, 2023 4 次提交
  12. 26 4月, 2023 1 次提交
  13. 25 4月, 2023 3 次提交
  14. 24 4月, 2023 4 次提交
  15. 23 4月, 2023 2 次提交
    • R
      apply gcc12 to gpups (#52960) · cbfd43e4
      risemeup1 提交于
      * apply gcc12 to gpups
      
      * apply gcc12 to gpups
      
      * apply gcc12 to gpups
      
      * apply gcc12 to gpups
      
      * apply gcc12 to gpups
      
      * apply gcc12 to gpups
      
      * apply gcc12 to gpips
      
      * apply gcc12 to gpups
      
      * apply gcc12 to gpups
      
      * test
      
      * test
      
      * apply gcc12 to gpups
      
      * apply_gcc12_to_gpups
      
      * fix compiler bug
      
      * fix compiler bug
      
      * test
      
      * fix dangling-pointer compiler
      
      * fix dangling-pointer compiler
      
      * fix dangling-pointer compiler
      
      * apply_gcc12_to_gpups
      
      * apply gcc12 to gpups
      
      * Update cuda_streams_py.cc
      cbfd43e4
    • G
      remove some [-Wunused-parameter] (#53162) · b02687cc
      Galaxy1458 提交于
      * test,test=develop
      
      * test,test=develop
      
      * test,test=develop
      
      * test,test=develop
      
      * test,test=develop
      
      * test,test=develop
      
      * test,test=develop
      b02687cc
  16. 21 4月, 2023 3 次提交
    • J
      support 0-D output and 0-D as indice in __getitem__/__setitem__ (#52814) · 4e939c89
      JYChen 提交于
      * support 0-D output and 0-D as indice in __getitem__
      
      * fix tests
      
      * fix inference and UT
      
      * add unittest for setitem
      
      * fix xpu test
      
      * fix xpu 0-d
      4e939c89
    • Y
      init output 4 all backend (#53124) · c2cd02de
      YuhangLi 提交于
      c2cd02de
    • G
      Fix bug of block desc. (#53163) · ba899b5c
      Ghost Screaming 提交于
      * Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result
      is wrong.
      
      * Remove climits.
      
      * Fix bug of BlockDesc::MoveFrom(). It's used to rebuild main_program_desc from ProgramDesc modified by Fusion Pass. As some fused operators need to create new Variables in modified ProgramDesc, MoveFrom function uses std::move() function to move these VarDesc to main_program_desc. As a result, their pointers holded by modified ProgramDesc become nullptr. When call block()->Program()->proto() function, it will call ProgramDesc::Flush() function at first, which may cause a segmentation fault.
      ba899b5c