1. 20 9月, 2022 12 次提交
  2. 19 9月, 2022 24 次提交
  3. 18 9月, 2022 2 次提交
  4. 17 9月, 2022 2 次提交
    • Z
      update strategy (#46138) · 4f403d3e
      zhaoyingli 提交于
      4f403d3e
    • 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