1. 13 7月, 2023 1 次提交
  2. 04 7月, 2023 1 次提交
  3. 03 7月, 2023 1 次提交
  4. 30 6月, 2023 4 次提交
  5. 28 6月, 2023 1 次提交
  6. 26 6月, 2023 1 次提交
  7. 14 6月, 2023 1 次提交
  8. 13 6月, 2023 1 次提交
  9. 09 6月, 2023 1 次提交
  10. 05 6月, 2023 2 次提交
  11. 01 6月, 2023 2 次提交
  12. 24 5月, 2023 1 次提交
  13. 23 5月, 2023 2 次提交
  14. 18 5月, 2023 1 次提交
    • R
      support auto generate for op layer_norm (#53178) · 4f07b653
      RedContritio 提交于
      * simplify layer_norm_op.cc
      
      * support auto generate for op layer_norm
      
      * update unittest for composite_layer_norm
      
      * remove layer_norm_op.cc from scripts
      
      * replace layer_norm_op with generated_op
      
      * add get_expected_kernel for layer_norm
      
      * update cmake kernel register function for layer_norm_mkldnn_op
      4f07b653
  15. 17 5月, 2023 2 次提交
  16. 16 5月, 2023 2 次提交
  17. 15 5月, 2023 1 次提交
    • X
      Silu double grad (#53605) · 94c38803
      xiaoguoguo626807 提交于
      * add rules
      
      * modify no kernel yaml parse
      
      * success op generate
      
      * success test_silu_double
      
      * modify bug
      
      * modify static error
      
      * modify silu_grad input
      
      * modify kernel signature
      
      * modify kernel signature
      
      * code style
      
      * code style
      
      * review
      
      * delete opinfo modify
      94c38803
  18. 12 5月, 2023 2 次提交
    • 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
    • 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
  19. 10 5月, 2023 2 次提交
    • add index_put api (#52886) · f3393f49
      傅剑寒 提交于
      * add index_put api
      
      * fix value broadcast in backward and add test case in static
      
      * add timeout=120s for index_put
      
      * add op_compat for index_put
      
      * add inplace index_put test
      
      * add test case when index tensor in indices is int32 when indices.size less than x.dims
      
      * add index_put api backward in cpu place
      
      * add backward test case
      
      * refactor code to delete some duplicated code
      
      * replace reshape with resize for decrease extra memcpy
      
      * add datatype flag in backward yaml
      
      * fix bug in documentation
      
      * Update python/paddle/tensor/manipulation.py
      
      ---------
      Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
      f3393f49
    • S
      Support static graph code-gen for yolo_loss (#52946) · 3be7a6c8
      Sanbu 提交于
      3be7a6c8
  20. 09 5月, 2023 1 次提交
  21. 28 4月, 2023 2 次提交
  22. 27 4月, 2023 2 次提交
  23. 26 4月, 2023 1 次提交
    • M
      【prim】scatter_nd_add_grad (#52469) · 55c4eb8a
      mhy-666 提交于
      * add scatter_nd_add comp
      
      * add scatter_nd_add prim
      
      * fix
      
      * fix
      
      * add public_python_api in TestScatterNdAddSimpleOp setup function
      
      * fix composite_backward_api.h
      
      * fix composite_backward
      
      * add test cases
      
      * fix composite_backward_api.h, unittest
      55c4eb8a
  24. 20 4月, 2023 1 次提交
  25. 19 4月, 2023 1 次提交
  26. 18 4月, 2023 1 次提交
  27. 17 4月, 2023 1 次提交
  28. 13 4月, 2023 1 次提交