1. 11 7月, 2022 3 次提交
  2. 08 7月, 2022 2 次提交
  3. 07 7月, 2022 4 次提交
  4. 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
  5. 05 7月, 2022 2 次提交
  6. 04 7月, 2022 5 次提交
  7. 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
  8. 30 6月, 2022 1 次提交
  9. 29 6月, 2022 1 次提交
  10. 28 6月, 2022 3 次提交
  11. 26 6月, 2022 1 次提交
  12. 24 6月, 2022 3 次提交
  13. 23 6月, 2022 1 次提交
  14. 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
  15. 18 6月, 2022 1 次提交
  16. 17 6月, 2022 3 次提交
  17. 16 6月, 2022 1 次提交
  18. 15 6月, 2022 2 次提交
  19. 14 6月, 2022 1 次提交
  20. 13 6月, 2022 1 次提交