1. 08 3月, 2023 1 次提交
  2. 02 3月, 2023 1 次提交
    • R
      New executor static build for fluid kernel (#50670) · bf50784c
      Ruibiao Chen 提交于
      * Check structed kernel for new executor static build
      
      * Update code
      
      * Ready for resnet50
      
      * Move transfer_dtype to phi
      
      * Ready for transformer
      
      * Fix CI errors
      
      * Fix layer_norm InferMeta
      
      * Remove layer_norm infermeta fix
      bf50784c
  3. 25 2月, 2023 1 次提交
  4. 13 2月, 2023 1 次提交
  5. 12 1月, 2023 1 次提交
  6. 21 11月, 2022 1 次提交
  7. 10 11月, 2022 1 次提交
  8. 01 11月, 2022 1 次提交
  9. 23 9月, 2022 1 次提交
  10. 20 9月, 2022 1 次提交
  11. 17 9月, 2022 1 次提交
    • G
      Fix bug of reduce_sum op. (#46045) · 28b4240b
      Ghost Screaming 提交于
      * Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result
      is wrong.
      
      * Fix some problems.
      1. Change fluid head files to phi files.
      2. Delete useless code.
      3. Fix code style problems.
      
      * Fix some code style problems.
      
      * Fix some code style problems.
      28b4240b
  12. 06 9月, 2022 1 次提交
  13. 31 8月, 2022 1 次提交
  14. 30 8月, 2022 2 次提交
  15. 04 8月, 2022 1 次提交
  16. 01 8月, 2022 1 次提交
  17. 07 6月, 2022 1 次提交
  18. 05 6月, 2022 1 次提交
  19. 24 5月, 2022 1 次提交
  20. 20 5月, 2022 1 次提交
  21. 10 5月, 2022 1 次提交
  22. 01 5月, 2022 1 次提交
  23. 26 4月, 2022 1 次提交
  24. 19 4月, 2022 1 次提交
  25. 18 4月, 2022 1 次提交
  26. 14 4月, 2022 1 次提交
  27. 12 4月, 2022 1 次提交
    • L
      [KP] Add Logical/compare/bitwise registry & UT (#40802) · 3749198e
      Lijunhui 提交于
      * init commit no push
      
      * collect comile errors
      
      * bitwise UT
      
      * fix compile problem
      
      * cancel comments
      
      * restore miss deletion
      
      * fix compilation
      
      * fix UT
      
      * NO stash in multiple branch at the same times
      
      * fix error
      
      * combine .cu from gpu and kps
      
      * replace gpu by kps
      
      * fix by Chen-weihang
      
      * Revert "Fix kps compile error in Junhui logic compare bitwise"
      
      * fix backend test
      
      * rm comments
      Co-authored-by: NChen Weihang <chenweihang@baidu.com>
      3749198e