1. 30 7月, 2021 1 次提交
  2. 29 7月, 2021 1 次提交
  3. 28 7月, 2021 2 次提交
  4. 27 7月, 2021 1 次提交
  5. 26 7月, 2021 2 次提交
  6. 22 7月, 2021 1 次提交
  7. 21 7月, 2021 1 次提交
  8. 20 7月, 2021 1 次提交
  9. 19 7月, 2021 2 次提交
    • T
      Add Npu approval (#34231) · 8992e63a
      tianshuo78520a 提交于
      * notest;test=approval
      
      * add npu approval
      8992e63a
    • T
      Fix npu test approval (#34210) · 997e091d
      tianshuo78520a 提交于
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * notest;test=approval
      
      * del test py
      997e091d
  10. 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
  11. 14 7月, 2021 1 次提交
  12. 12 7月, 2021 1 次提交
  13. 08 7月, 2021 1 次提交
  14. 07 7月, 2021 1 次提交
  15. 05 7月, 2021 2 次提交
  16. 02 7月, 2021 1 次提交
  17. 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
  18. 29 6月, 2021 1 次提交
  19. 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
  20. 25 6月, 2021 1 次提交
  21. 24 6月, 2021 4 次提交
  22. 23 6月, 2021 2 次提交
  23. 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
  24. 21 6月, 2021 3 次提交
  25. 18 6月, 2021 1 次提交
  26. 17 6月, 2021 3 次提交