1. 23 2月, 2022 1 次提交
  2. 22 2月, 2022 21 次提交
  3. 21 2月, 2022 10 次提交
  4. 20 2月, 2022 2 次提交
  5. 19 2月, 2022 3 次提交
  6. 18 2月, 2022 3 次提交
    • Z
      bug fix (#39630) · bbf31a4e
      zhaoyingli 提交于
      bbf31a4e
    • Z
      [AMP] support GPU BF16 amp for dygraph (#39029) · 7d6d3848
      zhangbo9674 提交于
      * support dtype param for auto_cast
      
      * add amp_dtype for tracer
      
      * add unsupported bf16 list
      
      * support bf16 amp for O2
      
      * refine python interface for bfloat16
      
      * refine code
      
      * refine code
      
      * refine unittest
      
      * refine code
      
      * refine code
      
      * add bf16 o1
      
      * refine code by comment
      
      * add gradient accumulator
      
      * add recompute
      7d6d3848
    • B
      Fix sharding group (#39668) · bc3ca678
      Baibaifan 提交于
      * fix_sharding_group
      
      * fix_sharding_group
      bc3ca678