1. 26 4月, 2023 1 次提交
  2. 25 4月, 2023 11 次提交
  3. 24 4月, 2023 12 次提交
  4. 23 4月, 2023 9 次提交
  5. 22 4月, 2023 1 次提交
  6. 21 4月, 2023 6 次提交
    • 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
    • R
      support auto generate for op adam, adamw and merged_adam optimizer (#52711) · 183a74db
      RedContritio 提交于
      * support auto generate for op adam optimizer
      
      * remove unnecessary files
      
      * support auto generate for op adamw optimizer
      
      * support auto generate for op merged_adam optimizer
      
      * use manual_signature in adam_
      183a74db
    • 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
    • T
      Mv inference ut (#52987) · 008debe7
      tianshuo78520a 提交于
      * mv inference/api infer_ut
      
      * mv test
      
      * merge develop fix error
      
      * fix
      
      * fix build error
      
      * fix build error
      
      * fix bug
      
      * fix tester_helper.h
      
      * fix analyzer_transformer_profile_tester.cc
      
      * fix
      
      * fix mac
      
      * fix mac
      
      * fix error
      
      * fix
      
      * fix
      008debe7
    • Z
      e8e9d6c5