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