1. 27 7月, 2021 3 次提交
  2. 26 7月, 2021 7 次提交
  3. 23 7月, 2021 5 次提交
  4. 22 7月, 2021 6 次提交
  5. 21 7月, 2021 2 次提交
    • L
      [NPU] Refine npu unit tests (#34240) · 712f9fe5
      Leo Chen 提交于
      * add npu unittest only if WITH_ASCEND_CL is ON
      
      * remove @unittest.skipIf, since these unittests will only be created when WITH_ASCEND_CL is ON
      
      * open dygraph test for npu test
      712f9fe5
    • W
      trt reduce_mean supported. (#34204) · aff14962
      wenbin 提交于
      * reduce_mean supported. test=allcase
      
      * ut. test=allcase
      
      * test=develop
      
      * ut.test=allcase
      
      * correct name. test=allcase
      
      * correct UT. test=allcase
      
      * correct UT.test=develop
      
      * remove op
      
      * UT
      
      * add convert
      
      * fix timeout issue
      
      * more uts
      
      * more ut
      
      * correct ut
      aff14962
  6. 20 7月, 2021 4 次提交
  7. 19 7月, 2021 11 次提交
  8. 16 7月, 2021 2 次提交
    • 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