1. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  2. 01 6月, 2022 3 次提交
  3. 31 5月, 2022 2 次提交
  4. 30 5月, 2022 2 次提交
    • T
      【PaddlePaddle Hackathon 2】15 新增 API Nanmedian (#42385) · f87fa3c0
      thunder95 提交于
      * nanmedian op
      
      * 修改cuda kernel的bug
      
      * 修复count_if在其他硬件平台不兼容
      
      * 修复某些cpu硬件不兼容
      
      * 修复某些cpu硬件不兼容
      
      * 修复isnan判断
      
      * 兼容numpy低版本不支持全部nan的情况
      
      * 兼容numpy低版本不支持全部nan的情况
      
      * fix code example
      
      * fix api comment error
      
      * 修改反向传播逻辑以及c++处理逻辑
      
      * 完成修改建议
      
      * typo pre_dim
      
      * update en docs, test=document_fix
      
      * remove numpy in en doc, test=document_fix
      
      * add r,test=document_fix
      
      * 添加api到all
      
      * follow advice from chenwhql
      f87fa3c0
    • A
      [fix] addmm supports 1-d input (#42959) · 849d937b
      Aganlengzi 提交于
      * addmm supports 1-d input
      
      * fix coverage
      
      * fix
      
      * more ut
      849d937b
  5. 27 5月, 2022 1 次提交
  6. 25 5月, 2022 1 次提交
    • X
      [EinsumOp] Optimize the backward speed of EinsumOp (#42663) · 71b046cd
      xiongkun 提交于
      * change logic for optimize
      
      * modifty
      
      * optimize the backward speed of EinsumOp
      
      * add cache optimizer for einsum op
      
      * EinsumOp: fix new dygraph mode error
      
      * fix bug
      
      * change Cache->InnerCache
      
      * fix code
      
      * fix
      
      * add nan inf utils for einsum op
      
      * add as_extra
      
      * Compatible with v2.3 EinsumOp
      
      * remove dispensable
      71b046cd
  7. 23 5月, 2022 3 次提交
  8. 20 5月, 2022 1 次提交
    • X
      [Hackathon No.5] tril_indices OP (#41639) · 75db5b86
      xiaoguoguo626807 提交于
      * add tril_indices cpu kernal
      
      * modify tril_indice cpu op
      
      * modify bug
      
      * modify bug
      
      * add tril_indices python api
      
      * add tril_indices python api
      
      * resolve conflict
      
      * add tril_indices test
      
      * modify details
      
      * add tril_indices.cu
      
      * pythonapi pass
      
      * save tril_indices
      
      * CPU tril_indices pass
      
      * delete vlog
      
      * modify test_tril_indices_op.py
      
      * delete tril_indices_kernel.cc.swp
      
      * delete tril_indice.cu
      
      * modify code style
      
      * add newline in creation.py
      
      * modify creation.py linux newline
      
      * delete annotation
      
      * check code style
      
      * check .py style add final_state??
      
      * modify code style
      
      * add gpu_tril_indices
      
      * modify gpu_compiled_juage
      
      * modify gpu judge
      
      * code style
      
      * add test example
      
      * modify english document
      
      modify english document
      
      modify english document
      
      modify document
      
      modify document
      
      * modify pram name
      
      * modify pram name
      
      * modify pram
      
      * reduce test ex
      75db5b86
  9. 19 5月, 2022 1 次提交
    • C
      Fix API Docs bug (#42816) · 9f4d342c
      Chen Long 提交于
      * update readme test=document_fix
      
      * fix api docs;test=document_fix
      
      * update logic.py;test=document_fix
      
      * update docs;test=document_fix
      9f4d342c
  10. 18 5月, 2022 2 次提交
  11. 17 5月, 2022 2 次提交
  12. 16 5月, 2022 2 次提交
  13. 13 5月, 2022 1 次提交
  14. 12 5月, 2022 1 次提交
  15. 10 5月, 2022 1 次提交
  16. 09 5月, 2022 1 次提交
    • L
      【PaddlePaddle Hackathon 2】3、为 Paddle 新增 corrcoef(皮尔逊积矩相关系数) API (#40690) · 95a502a2
      liqitong-a 提交于
      * corrcoef commit
      
      * corrcoef commit
      
      * Update test_corr.py
      
      * Update linalg.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update linalg.py
      
      * Update linalg.py
      
      * Update linalg.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      95a502a2
  17. 29 4月, 2022 2 次提交
  18. 26 4月, 2022 5 次提交
  19. 21 4月, 2022 2 次提交
  20. 20 4月, 2022 3 次提交
  21. 19 4月, 2022 1 次提交
  22. 18 4月, 2022 1 次提交
  23. 15 4月, 2022 1 次提交