1. 18 5月, 2023 2 次提交
  2. 17 5月, 2023 1 次提交
  3. 16 5月, 2023 5 次提交
  4. 15 5月, 2023 3 次提交
  5. 12 5月, 2023 6 次提交
    • P
      【Hackathon 4 No.20】Add i0 / i0e to paddle (#52058) · ce256f75
      PommesPeter 提交于
      * added base code for i0 and i0e
      
      * added grad base code for i0 and i0e
      
      * added i0 and i0e python code
      
      * added ops and backward yaml config
      
      * added i0 and i0e cpu kernel, but not test.
      
      * added i0 and i0e code and unitest files
      
      * added test files
      
      * added i0/i0e gpu implementation code
      
      * updated code style
      
      * updated code style
      
      * fixed unitests code
      
      * updated i0 with eigen3
      
      * fixed bug and added more test cases
      
      * refactor: fixed static graph bug
      
      * refactor: removed i0 and i0e from op_compat
      
      * refactor: updated code style
      
      * refactor: updated op_compat.yaml
      
      * refactor: updated op_compat.yaml
      
      * refactor: fixed op name mapping and optimize unittest case
      
      * refactor: manually implement i0 / i0e
      
      * refactor: added grad kernel for i0 / i0e,didn't finish
      
      * Update math.py
      
      * refactor: added equation to doc in English and added comments for computing i0 / i0e gradient
      
      * refactor: removed eigen implementation
      
      * refactor: finished i0 / i0e cpu and gpu op
      
      * refactor: updated code style
      
      * fix: find  a bug but not fix
      
      * fix: incorrect unittest cases
      
      * update: updated code style and remove my file
      
      * update: updated unittest case
      
      * fix: fixed sign error
      
      * fix: fixed mistakes when merging
      
      * refactor: updated code style
      
      * refactor: remove unused code
      
      * refactor: updated code style
      ce256f75
    • L
      fix add_n kernel of large shape (#53749) · 4d39cc7f
      Leo Chen 提交于
      4d39cc7f
    • X
      【prim】add forward output for Silu grad signature (#53632) · 3846111d
      xiaoguoguo626807 提交于
      * add rules
      
      * modify silu_grad input
      
      * modify kernel signature
      
      * modify kernel signature
      
      * code style
      
      * review
      3846111d
    • W
      sequence_mask functionalization (#53478) · d2b1e3c2
      Wang Xin 提交于
      * sequence_mask functionalization
      
      * fix sequence_mask test
      d2b1e3c2
    • H
      move pow2_decay_with_linear_warmup kernel to phi (#53741) · 348565b0
      huangjiyi 提交于
      * update
      
      * update
      348565b0
    • fix er error msg of index_put Op (#53717) · 92db839f
      傅剑寒 提交于
      92db839f
  6. 10 5月, 2023 4 次提交
  7. 09 5月, 2023 1 次提交
  8. 08 5月, 2023 2 次提交
  9. 06 5月, 2023 3 次提交
  10. 05 5月, 2023 3 次提交
  11. 04 5月, 2023 1 次提交
  12. 28 4月, 2023 4 次提交
  13. 27 4月, 2023 4 次提交
  14. 26 4月, 2023 1 次提交
    • S
      Optimize c_embedding op in deterministic mode (#53197) · 35f5c245
      sneaxiy 提交于
      * optimize embedding deterministic mode
      
      * fix compile error
      
      * change FLAGS_cudnn_deterministic to int64
      
      * fix 700 error
      
      * add ut
      
      * fix ut
      
      * fix ut
      
      * fix win32 ci
      
      * fix flags with PHI_DEFINE_EXPORTED_int64
      35f5c245