1. 23 7月, 2021 5 次提交
  2. 22 7月, 2021 9 次提交
  3. 21 7月, 2021 5 次提交
  4. 20 7月, 2021 5 次提交
  5. 19 7月, 2021 13 次提交
  6. 16 7月, 2021 3 次提交
    • Fix alltoall (#34064) · fb55e00e
      李季 提交于
      * fix the bug that happened in alltoall in dygraph mode
      fb55e00e
    • F
      [NPU] add sigmoid and sigmoid_cross_entropy_with_logits (#34074) · db4bd24b
      furnace 提交于
      * [NPU] add sigmoid and sigmoid_cross_entropy_with_logits
      
      * [NPU] add debug logs
      
      * [NPU] delete debug logs
      
      * [NPU] reset to paddle.NPUPlace(0)
      
      * [NPU] add more unittests for sigmoid_cross_entropy_with_logits
      
      * delete useless c++ code, and delete check_dygraph=False
      
      * [NPU] delete repeated codes of unittests
      
      * [NPU] fix licence code style
      
      * [NPU] add attrs (now do not support) check for sigmoid_cross_entropy_with_logits
      db4bd24b
    • L
      [NPU] add clear_float_status op (#34190) · 0e4bcede
      Leo Chen 提交于
      * add clear_float_status op
      
      * refine infershape
      
      * fix typo
      
      * refine check_finite_and_scale
      
      * refine code
      0e4bcede