1. 24 4月, 2023 4 次提交
  2. 23 4月, 2023 3 次提交
    • R
      [CustomDevice] add pipeline parallel support (#53220) · 040f8aa5
      ronnywang 提交于
      * [CustomDevice] add pipeline parallel support
      
      * update
      
      * update
      040f8aa5
    • 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
    • N
      Delete temp param in eager_gen (#53047) · 328195d7
      niuliling123 提交于
      * Delete temp param in eager_gen
      328195d7
  3. 19 4月, 2023 1 次提交
  4. 18 4月, 2023 2 次提交
  5. 17 4月, 2023 1 次提交
  6. 15 4月, 2023 1 次提交
  7. 13 4月, 2023 1 次提交
  8. 12 4月, 2023 2 次提交
  9. 11 4月, 2023 1 次提交
  10. 10 4月, 2023 1 次提交
    • H
      [Opt Performance] Optimize custom operator performance (#52597) · 01247e33
      HongyuJia 提交于
      * [Opt Performance] Optimize custom operator performance, reconstruct python API auto-gen, add cache and use const inference
      
      * opt AutoGradMeta implementation
      
      * remove profiler codes
      
      * fix unit test
      
      * change year, 2021->2023
      
      * fix int64_t parse bug
      01247e33
  11. 03 4月, 2023 1 次提交
    • R
      Fix gcc12_error (#52085) · 7500ff61
      risemeup1 提交于
      * fix error,test=document_fix
      
      * test
      
      * fix gcc12_error
      
      * fix gcc12_error
      
      * fix gcc12_error
      
      * fix_gcc12_py3_error
      
      * fix_range-loop-construct_error
      
      * fix_gcc12_error
      7500ff61
  12. 31 3月, 2023 2 次提交
  13. 30 3月, 2023 2 次提交
  14. 29 3月, 2023 2 次提交
  15. 28 3月, 2023 2 次提交
  16. 27 3月, 2023 2 次提交
  17. 23 3月, 2023 2 次提交
  18. 22 3月, 2023 3 次提交
  19. 21 3月, 2023 3 次提交
  20. 20 3月, 2023 2 次提交
  21. 18 3月, 2023 1 次提交
  22. 16 3月, 2023 1 次提交
    • H
      [Custom Operator] Custom op support inplace mechanism (#51620) · f824bc0d
      HongyuJia 提交于
      * init unit test commit, contains register thinking
      
      * support inplace
      
      * get inplaced x.grad
      
      * Try support inplace and hook at the same time
      
      * Support inplace, need debug
      
      * Support inplace successfully
      
      * Inplace use Tensor&, consistent with Tensor*
      
      * fix MapPlainOutputs bug
      
      * fix double grad inplace error
      f824bc0d