1. 21 6月, 2022 3 次提交
  2. 20 6月, 2022 2 次提交
  3. 17 6月, 2022 2 次提交
  4. 16 6月, 2022 2 次提交
  5. 15 6月, 2022 3 次提交
  6. 14 6月, 2022 3 次提交
  7. 13 6月, 2022 2 次提交
  8. 10 6月, 2022 4 次提交
  9. 09 6月, 2022 1 次提交
  10. 08 6月, 2022 1 次提交
  11. 07 6月, 2022 6 次提交
  12. 06 6月, 2022 1 次提交
  13. 05 6月, 2022 1 次提交
  14. 04 6月, 2022 1 次提交
  15. 02 6月, 2022 2 次提交
  16. 01 6月, 2022 3 次提交
  17. 31 5月, 2022 3 次提交
    • 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