1. 13 7月, 2022 6 次提交
  2. 12 7月, 2022 16 次提交
  3. 11 7月, 2022 11 次提交
  4. 09 7月, 2022 1 次提交
  5. 08 7月, 2022 4 次提交
  6. 07 7月, 2022 2 次提交
    • T
      xpu-paddlepaddle-31 优化matmul test=kunlun (#43975) · d752a7f2
      taixiurong 提交于
      d752a7f2
    • 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