1. 15 6月, 2022 1 次提交
  2. 14 6月, 2022 3 次提交
  3. 12 6月, 2022 1 次提交
  4. 08 6月, 2022 2 次提交
  5. 07 6月, 2022 1 次提交
  6. 06 6月, 2022 3 次提交
  7. 05 6月, 2022 2 次提交
  8. 02 6月, 2022 1 次提交
  9. 01 6月, 2022 3 次提交
  10. 31 5月, 2022 1 次提交
    • T
      【PaddlePaddle Hackathon 2】16 新增 API RRelu (#41823) · 21e1d10f
      thunder95 提交于
      * rrelu逻辑部分
      
      * unregistered op kernel (unresolved)
      
      * commit before merge
      
      * 丰富测试用例
      
      * 修复rrelu-sig的bug
      
      * 修复cpu环境测试
      
      * 修改拼写错误
      
      * 修改code format
      
      * 尝试优化测试用例timeout的问题
      
      * 优化测试用例
      
      * 移除seed, 优化随机函数
      
      * update en doc for rrelu
      
      * fix rrelu en docs, test=document_fix
      
      * add paper link for en docs, test=document_fix
      
      * udpate en doc
      
      * add r,test=document_fix
      21e1d10f
  11. 30 5月, 2022 4 次提交
  12. 27 5月, 2022 1 次提交
  13. 24 5月, 2022 1 次提交
  14. 23 5月, 2022 1 次提交
  15. 20 5月, 2022 2 次提交
  16. 13 5月, 2022 1 次提交
  17. 12 5月, 2022 2 次提交
  18. 11 5月, 2022 3 次提交
  19. 10 5月, 2022 3 次提交
    • P
      Rea-dd conv_affine_channel fuse pass as oneDNN only pass (#41998) · 3540d33b
      piotrekobi 提交于
      * Readd conv_affine_channel fuse pass as mkldnn pass
      
      * Fix formatting
      
      * Add new test to parallel_UT_rule.py
      
      * Fix Coverage and Windows CI issues
      
      * Revert "Fix Coverage and Windows CI issues"
      
      This reverts commit f33459846385c9fd51c07f9f44e7ff283a652637.
      
      * Fix CI errors
      
      * Remove unnecessary conv_eltwise_add_affine_channel fuse pass
      
      * Remove test from parallel_UT_rule.py
      3540d33b
    • B
      【PaddlePaddle Hackathon 2】18、为 Paddle 新增 paddle.heaviside 和 paddle.Tensor.heaviside API (#41872) · 4892d592
      BrilliantYuKaimin 提交于
      * Create elementwise_heaviside_op.cc
      
      * add ElementwiseHeavisideFunctor
      
      * Create test_elementwise_heaviside_op.py
      
      * 增加heaviside的python接口
      
      * add heaviside in white list
      
      * 增加heaviside的签名
      
      * 增加heaviside的核函数
      
      * 增加heaviside梯度的核函数
      
      * 增加heaviside梯度的注册
      
      * 调整代码格式
      
      * Update elementwise_sig.cc
      
      * add heaviside in __all__
      
      * Update heaviside docs
      
      * Update math.py
      
      * Update math.py
      
      * Update math.py
      4892d592
    • W
      [Eager] print gpu mem info (#42616) · 81644145
      wanghuancoder 提交于
      * print mem
      
      * refine
      
      * refine
      
      * refine
      
      * refine
      81644145
  20. 07 5月, 2022 2 次提交
    • P
      [dockerfile] add cuda11.6、cuda11.5、cuda11.4、cuda11.3 manylinux docker (#41251) · efa21b12
      pangyoki 提交于
      * add cuda11.5 manylinux docker
      
      * build.sh
      
      * fix
      
      * fix
      
      * support cu113 and cu114
      
      * add --no-check-certificate when wget sqlite-autoconf-3250300
      
      * change cuda11.4.2 to cuda11.4.3
      
      * add cu116
      efa21b12
    • P
      [dockerfile] update go version and delete useless package in dockerfile (#36809) · afcf6bd0
      pangyoki 提交于
      * add cuda11.4 develop docker
      
      * change default python from 2.7 to 3.7
      
      * change base image for cpu docker
      
      * fix gcc bug
      
      * fix whl package name
      
      * update go version and delete useless package in dockerfile
      
      * fix release18 error
      
      * fix wget sqlite problem
      
      * update go version
      
      * update go version in dev dockerfile
      
      * fix CI error
      
      * install zstd
      
      * fix CI error
      
      * add --no-check-certificate when install go
      
      * python2.7 do not install requirements
      
      * fix CI Coverage error
      
      * coverage==5.5
      
      * fix test_activation ut
      
      * let numpy < 1.22 to pass test_activation_op unittest
      
      * fix test_python_bf16_numpy_datatype unittest
      
      * change paddle-bfloat==0.1.3
      
      * recover version of paddle-bfloat
      afcf6bd0
  21. 06 5月, 2022 2 次提交