1. 15 6月, 2022 5 次提交
  2. 14 6月, 2022 3 次提交
  3. 13 6月, 2022 3 次提交
  4. 10 6月, 2022 4 次提交
  5. 09 6月, 2022 2 次提交
  6. 08 6月, 2022 3 次提交
  7. 07 6月, 2022 6 次提交
  8. 06 6月, 2022 1 次提交
  9. 05 6月, 2022 1 次提交
  10. 04 6月, 2022 1 次提交
  11. 02 6月, 2022 2 次提交
  12. 01 6月, 2022 3 次提交
  13. 31 5月, 2022 4 次提交
    • C
      [Phi] Polish assign kernel copy impl (#43061) · c9e7c407
      Chen Weihang 提交于
      * fix assign kernel copy impl
      
      * fix test failed
      c9e7c407
    • 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
    • X
      [EinsumOp] Make EinsumOp support bfloat16. (#43085) · a4bb38cb
      xiongkun 提交于
      * change einsum_v2 as default and add new flags: FLAG_einsum_opt=1|0
      
      * make EInsumOP support bf16
      
      * add unittest for BF16
      
      * add condition for test_BF16
      
      * fix bugs
      
      * fix
      a4bb38cb
    • Z
      add embedding yaml (#43029) · 2785f876
      zyfncg 提交于
      * add embedding yaml
      
      * fix infermeta bug
      
      * fix bug of selected_rows infer_meta
      
      * fix selected_rows
      
      * add unittest
      2785f876
  14. 30 5月, 2022 2 次提交
    • C
      fdcdbec5
    • 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