1. 15 7月, 2021 2 次提交
    • R
      Check api compatible (#34119) · 1889d504
      Ren Wei (任卫) 提交于
      * print the signatures of the apis
      
      * some faults, and a test case
      
      * use the FullArgSpec as the ArgSpec, repr>str
      
      为了延续脚本历史,把FullArgsSpec替换为ArgSpec;在逆转回对象时,记得加上inpect.FullArgSpec对象
      
      * script form @zhiboniu
      
      * parsearg
      
      * read argspec from file
      
      * add comments
      
      * refactor check_compatible and its testcases
      
      * skip the empty ArgSepc()
      
      * update the function, get inspect.FullArgSpec instances directly.
      
      * typo
      
      * for the functions using inner-defined VarType or other Class Type not accessable, use the string comparements.
      
      * typo
      
      * logging added
      
      * 若变量和默认值都增加了,用负数索引需要再处理下这个增加的内容
      
      * defaults itself may be NoneType
      
      * defaults added 2 items when args only added 1 item
      
      * same as the previous comment
      
      * enable the check_api_compatible.py
      
      * run test_check_api_compatible.py
      
      * sort the output of print_signatures.py
      1889d504
    • A
      Upgrade Executor into ParallelExcutor to apply Graph Optimization in @to_static (#32283) · 2850391d
      Aurelius84 提交于
      * Refine Constructor logic of ParallelExecutor
      
      * Replace executor into ParallelExecutor in run_program_op
      2850391d
  2. 14 7月, 2021 1 次提交
  3. 12 7月, 2021 1 次提交
  4. 08 7月, 2021 1 次提交
  5. 07 7月, 2021 1 次提交
  6. 05 7月, 2021 2 次提交
  7. 02 7月, 2021 1 次提交
  8. 30 6月, 2021 1 次提交
    • J
      Added matmul_v2 BF16/FP32 FWD kernel (#33750) · 24783c84
      jakpiase 提交于
      * added matmul_v2 bf16/fp32 FWD kernel
      
      added matmul_v2 bf16/fp32 FWD kernel
      
      * added formatting
      
      * removed some tests due to timeout in CI
      
      * refactored tests
      
      * merged tests classes into one file
      
      * minor change
      
      * removed test guard for CUDA
      
      * remove skipIf
      
      * changes after review
      
      * formated one file
      
      * minor change
      
      * added skipping UT in CUDA place
      24783c84
  9. 29 6月, 2021 1 次提交
  10. 28 6月, 2021 2 次提交
    • J
      Block 'pyc' File (#33810) · 95007981
      Jiangxinz 提交于
      * block pyc file
      
      * block pyc file
      
      * block pyc
      
      * block pyc
      
      * block pyc
      
      * test=document_fix; block pyc file
      
      * test=document_fix; block pyc file
      
      * test=document_fix; block pyc file
      
      * test=document_fix; block pyc file
      95007981
    • Z
      test=document_fix (#33799) · 1542c60a
      zhangchunle 提交于
      1542c60a
  11. 25 6月, 2021 1 次提交
  12. 24 6月, 2021 4 次提交
  13. 23 6月, 2021 2 次提交
  14. 22 6月, 2021 1 次提交
    • R
      Gpu samplecode test On PR-CPU-Py2 (#33634) · dd4297cd
      Ren Wei (任卫) 提交于
      * using argparse to handle selections
      
      * 2 TODOs
      
      * 先不更改pipeline配置,这里强制改成GPU版本
      
      * sorted the all_names
      
      * exec gpu sample codes tests incrementally
      
      * get all apis from the pr.spec file
      
      * condition with WITH_GPU
      
      WITH_GPU == ON
      
      save
      
      * delete the useless codes
      
      * delete the useless codes.
      
      test=document_fix
      
      * echo the diff result
      
      test=document_fix
      
      * dont reuse the variables
      
      * rename fun to _func not work. put it into the skiplist
      
      https://github.com/PaddlePaddle/Paddle/commit/038ffc795025170e8cda74bcd473b46301b9a1c0
      test=document_fix
      
      * skip it in check api approvals
      
      test=document_fix
      
      save
      
      * skip the private _variables
      
      * print signatures wrong. now rename it to _func
      
      test=document_fix
      dd4297cd
  15. 21 6月, 2021 3 次提交
  16. 18 6月, 2021 1 次提交
  17. 17 6月, 2021 3 次提交
  18. 16 6月, 2021 2 次提交
  19. 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
  20. 08 6月, 2021 2 次提交
  21. 07 6月, 2021 2 次提交
  22. 03 6月, 2021 1 次提交
  23. 01 6月, 2021 2 次提交
  24. 31 5月, 2021 2 次提交