1. 21 6月, 2021 1 次提交
  2. 18 6月, 2021 1 次提交
  3. 17 6月, 2021 1 次提交
  4. 16 6月, 2021 1 次提交
  5. 10 6月, 2021 1 次提交
    • R
      fix the bug that `print_signature.py` cannot get all the public apis (#33423) · afa4bf51
      Ren Wei (任卫) 提交于
      * 增加方法获取和执行全量api的示例代码进行测试
      
      * start the sample code test for gpu
      
      * should import paddle separately
      
      * add a stdout handler, the default is stderr. the paddle_build.sh will catch the stdout content.
      
      * add RUN_ON_DEVICE into the requires set
      
      * if codeblok['required'] is empty, use the RUN_ON_DEVICE instead
      
      * set the threads to 16
      
      http://agroup.baidu.com/paddlepaddle-org-cn/md/article/4036225
      
      * 设置默认日志级别为INFO级别
      
      * using the logic from gen_doc.py
      
      * using modulelist to get the all apis
      
      * as we don't care which name is the shorttest, so fetch the first name in the all_names list
      
      * the new list from project
      
      * 先不启用gpu测试,先把print_signature获取不到全部API的问题解决了
      afa4bf51
  6. 09 6月, 2021 2 次提交
  7. 07 6月, 2021 1 次提交
  8. 04 6月, 2021 1 次提交
  9. 02 6月, 2021 1 次提交
  10. 01 6月, 2021 1 次提交
  11. 31 5月, 2021 1 次提交
  12. 28 5月, 2021 1 次提交
  13. 27 5月, 2021 1 次提交
  14. 26 5月, 2021 1 次提交
  15. 21 5月, 2021 1 次提交
  16. 19 5月, 2021 1 次提交
  17. 18 5月, 2021 1 次提交
  18. 14 5月, 2021 1 次提交
  19. 12 5月, 2021 1 次提交
  20. 10 5月, 2021 1 次提交
  21. 07 5月, 2021 3 次提交
  22. 06 5月, 2021 1 次提交
  23. 26 4月, 2021 1 次提交
  24. 25 4月, 2021 1 次提交
  25. 24 4月, 2021 1 次提交
  26. 23 4月, 2021 2 次提交
  27. 22 4月, 2021 1 次提交
  28. 21 4月, 2021 2 次提交
  29. 20 4月, 2021 1 次提交
  30. 14 4月, 2021 2 次提交
  31. 13 4月, 2021 1 次提交
  32. 07 4月, 2021 2 次提交
    • Y
      Check added ut on windows (#31826) · e09f4db9
      YUNSHEN XIE 提交于
      * added ut check on windows,notest,test=windows_ci
      
      * debug,notest,test=windows_ci
      
      * debug,notest,test=windows_ci
      
      * fix bug,notest,test=windows_ci
      
      * added ut check
      
      * test for new ut add on windows
      
      * test,notest,test=windows_ci
      
      * fix bug,notest,test=windows_ci
      
      * test
      
      * test
      
      * test
      
      * test,notest,test=windows_ci
      
      * test,notest,test=windows_ci
      
      * check added ut on windows
      
      * only fetch upstream develop
      
      * modified according comment
      
      * Update run_unittests.sh
      
      * Update run_unittests.sh
      e09f4db9
    • I
      print build summary (#32110) · e625f884
      iducn 提交于
      * print build summary
      
      * print build summary
      
      * print build summary
      
      * print build summary
      e625f884
  33. 02 4月, 2021 1 次提交
    • Y
      use busybox run test on windows openblas (#31728) · 290be88d
      YUNSHEN XIE 提交于
      * use busybox run test on windows openblas
      
      * fix error
      
      * fix disable_quick and nightly lable issue
      
      * add retry on windows openblas
      
      * fix bug
      
      * use one file to run cpu and gpu tests
      
      * fix with grep warning
      
      * fix syntax error
      
      * change run_unittest to run_unittest_gpu
      
      * Update run_unittests.sh
      
      fix error
      290be88d