1. 23 9月, 2022 2 次提交
  2. 14 9月, 2022 1 次提交
  3. 07 9月, 2022 2 次提交
  4. 31 8月, 2022 1 次提交
  5. 30 8月, 2022 2 次提交
  6. 26 8月, 2022 1 次提交
  7. 01 8月, 2022 2 次提交
  8. 19 7月, 2022 1 次提交
  9. 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
  10. 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
  11. 27 6月, 2022 1 次提交
  12. 26 6月, 2022 1 次提交
  13. 15 6月, 2022 1 次提交
  14. 10 6月, 2022 1 次提交
  15. 08 6月, 2022 1 次提交
  16. 07 6月, 2022 1 次提交
  17. 06 6月, 2022 1 次提交
  18. 05 6月, 2022 1 次提交
  19. 04 6月, 2022 1 次提交
  20. 31 5月, 2022 2 次提交
  21. 17 5月, 2022 1 次提交
  22. 01 5月, 2022 1 次提交
  23. 26 4月, 2022 1 次提交
  24. 23 4月, 2022 1 次提交
  25. 19 4月, 2022 1 次提交
  26. 18 4月, 2022 1 次提交
  27. 15 4月, 2022 1 次提交
  28. 30 3月, 2022 1 次提交
  29. 29 3月, 2022 2 次提交
  30. 24 3月, 2022 1 次提交
  31. 22 3月, 2022 1 次提交
  32. 21 3月, 2022 1 次提交
  33. 18 3月, 2022 1 次提交
    • C
      [Phi] move reduce_grad kernel into phi (#40522) · 70726696
      chentianyu03 提交于
      * move reduce_mean_grad kernel into phi
      
      * move reduce_max/min_grad into phi
      
      * remove raw max/min grad kernel
      
      * fix bug
      
      * fix max/min grad error
      
      * move all reduce_grad kernel into one file
      
      * add prod grad kernel
      
      * add infermeta for prod kernel
      70726696