1. 07 7月, 2022 2 次提交
    • 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
  2. 06 7月, 2022 1 次提交
    • J
      Performance fix for recommender model (#43803) · 48abaec6
      jakpiase 提交于
      * fix for binary kernels
      
      * fixed performance for elementwise, reduce and concat
      
      * added comment
      
      * CI fix
      
      * CI fix
      
      * added formatting
      
      * reverted one file
      
      * Revert "reverted one file"
      
      This reverts commit 54725e1c62318d3a18913821200e973816751019.
      
      * Revert "added formatting"
      
      This reverts commit b9795dd253d755a329376d7ab0542860aa7815c6.
      
      * added enforcing oneDNN BF16 reduce kernel
      
      * fix for eltwise and reenabled reshape kernels
      
      * fix for binary handler
      
      * added formatting
      
      * referted changes for flatten,squeeze and reshape ops
      48abaec6
  3. 05 7月, 2022 2 次提交
  4. 04 7月, 2022 5 次提交
  5. 02 7月, 2022 2 次提交
    • L
      unify cpu context, part2 (#44012) · 755438a7
      Leo Chen 提交于
      * fix init()
      
      * delete test_device_context
      
      * replace CPUDeviceContext with CPUContext
      
      * fix test_scalar
      
      * remove dot_op.cc
      
      * fix compile
      755438a7
    • L
      unify cpu context (#43989) · 09096aeb
      Leo Chen 提交于
      * unify cpu context
      
      * fix init()
      
      * delete test_device_context
      
      * fix test_scalar
      09096aeb
  6. 30 6月, 2022 1 次提交
  7. 29 6月, 2022 1 次提交
  8. 28 6月, 2022 3 次提交
  9. 26 6月, 2022 1 次提交
  10. 24 6月, 2022 3 次提交
  11. 23 6月, 2022 1 次提交
  12. 21 6月, 2022 2 次提交
    • S
      Generalize conv+activation fuse pass (#43382) · 347e4b2e
      Sławomir Siwek 提交于
      * consolidate conv act passes
      
      * generalize conv_activation
      
      * integrate conv+act tests
      
      * code style format
      
      * whitespaces
      
      * remove timeout from old tests
      
      * implement comments from review
      
      * restore ut
      
      * whitespace
      
      * code style
      
      * transpose
      
      * fixes after review
      
      * method for gettin act
      
      * Change Paddle_enforce error type
      
      * code format
      
      * add missing opcompats
      347e4b2e
    • A
      [IPU] add activation ops (#43662) · 2353db3a
      Allen Guo 提交于
      * add argmin and argsort ops (#800)
      
      * add argmin and arsort ops
      
      * Add dot bmm ops (#803)
      
      * add bmm
      
      * add dot op
      
      * clean CreateConst
      
      * clean CreateCast
      
      * add activation ops (#808)
      
      * add activation ops
      
      * fix 1function-redefined error
      2353db3a
  13. 18 6月, 2022 1 次提交
  14. 17 6月, 2022 3 次提交
  15. 16 6月, 2022 1 次提交
  16. 15 6月, 2022 2 次提交
  17. 14 6月, 2022 1 次提交
  18. 13 6月, 2022 2 次提交
  19. 10 6月, 2022 3 次提交
  20. 09 6月, 2022 2 次提交
  21. 08 6月, 2022 1 次提交