1. 18 7月, 2022 6 次提交
  2. 16 7月, 2022 1 次提交
    • W
      [Phi] Migrate solve kernel to phi (#44363) · c0a7830f
      Weilong Wu 提交于
      * draft version
      
      * draft version
      
      * draft version
      
      * migrate solve kernel to phi
      
      * polish
      
      * polish
      
      * re useless header file, fix a bug in grad_kernel_impl
      
      * add header file in need
      c0a7830f
  3. 15 7月, 2022 5 次提交
  4. 14 7月, 2022 7 次提交
  5. 13 7月, 2022 9 次提交
  6. 12 7月, 2022 5 次提交
  7. 11 7月, 2022 3 次提交
  8. 09 7月, 2022 1 次提交
  9. 07 7月, 2022 3 次提交
    • L
      Refine dist kernel, reuse norm (#44154) · 337bb47b
      Leo Chen 提交于
      * refine dist kernel, reuse norm
      
      * follow comments
      337bb47b
    • A
      [IPU] support dy2static for IPU merge code (#43770) · 6984fbca
      Allen Guo 提交于
      * feat(): dynamic_to_static support for ipu.
      
      * fix(): format fix.
      
      * fix format
      
      * fix cpplint error
      
      * use phi::errors
      
      * fix format
      
      * fix format
      
      * fix(): add api to restore patched function.
      
      * fix(): identity_loss uses cpu place as expected kernel type.
      
      * doc(): add IPU dy2static related docs.
      
      * fix(): combine test cases.
      
      * fix format
      
      * fix comment
      
      * fix format
      
      * apply comment
      
      * fix compiling
      
      * fix(): align docs.
      
      * fix(): fix identity_loss function docs.
      
      * fix(): adjust mean and sum in identity_loss.
      
      * fix(): minor docs.
      
      * move API to paddle.incubate.identity_loss
      
      * fix UT
      Co-authored-by: Nzhaorui chen <zhaoruic@graphcore.ai>
      6984fbca
    • Y
      Fix dev ctx with cuda graph (#44109) · 9aaae254
      Yuang Liu 提交于
      9aaae254