1. 14 6月, 2023 1 次提交
  2. 09 6月, 2023 1 次提交
  3. 02 6月, 2023 2 次提交
  4. 01 6月, 2023 1 次提交
  5. 22 5月, 2023 1 次提交
  6. 19 5月, 2023 2 次提交
    • warrentdrew's avatar
      add minimum grad composite rules (#52561) · 97690816
      warrentdrew 提交于
      * add minimum grad composite rules
      
      * add public python api
      
      * fix format
      
      * fix format
      
      * update testcase
      
      * fix testcase
      
      * fix format
      
      * fix cmakelist.txt
      
      * fix format
      
      * fix param problem
      
      * fix op and composite rule
      
      * fix bf16 cpu support problem
      
      * fix bf16 cpu issue
      
      * fix axis error log
      
      * add axis for maximum
      
      * revert commit
      
      * remove .orig
      
      * fix generic problem
      
      * revert max op
      
      * fix axis error
      
      * fix maximum axis
      
      * fix test_check_output
      
      * fix cinn
      
      * fix minimum maximum axis check
      97690816
    • X
      【prim】merge branch for GradOpMaker codeGen to clear code (#53874) · 6cb53e91
      xiaoguoguo626807 提交于
      * review
      
      * modify opcompat bug
      
      * modify pybind
      6cb53e91
  7. 15 5月, 2023 2 次提交
    • 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
    • Z
      fix bug of test_pad_op for cinn (#53772) · a9c3e32d
      zyfncg 提交于
      a9c3e32d
  8. 12 5月, 2023 2 次提交
  9. 09 5月, 2023 1 次提交
  10. 06 5月, 2023 1 次提交
    • X
      【prim】Elementwise double grad (#53014) · a5a0e8fe
      xiaoguoguo626807 提交于
      * add mul doubel grad
      
      * add sub_double_grad
      
      * add add sub high test
      
      * add mutiply test
      
      * modify other unsqueeze
      
      * delete api.yaml
      
      * only for make ci run
      
      * midify unsqueeze
      
      * modify unsqueeze
      
      * tmp
      
      * modify operants gen
      
      * review modify
      
      * modify review
      
      * debug
      
      * debug
      
      * modify ci cross boundary
      
      * delete log
      a5a0e8fe
  11. 05 5月, 2023 2 次提交
  12. 30 4月, 2023 1 次提交
  13. 28 4月, 2023 1 次提交
  14. 27 4月, 2023 2 次提交
    • X
      【prim】Concat bug (#53350) · 6768c6ec
      xiaoguoguo626807 提交于
      * modify concat_grad add sum comp rule
      
      * modify opcompat
      6768c6ec
    • M
      Pad grad (#53374) · bfeedd29
      mengziheng 提交于
      * add pad op
      
      * add_some_code
      
      * modify some code
      
      * add some code
      
      * add some code
      
      * modify some code
      
      * add some code
      
      * modify some code
      
      * Update composite_backward_api.h
      
      * modify some code
      
      * add some code
      
      * add some code
      
      * add some code
      bfeedd29
  15. 26 4月, 2023 2 次提交
  16. 25 4月, 2023 2 次提交
  17. 24 4月, 2023 1 次提交
  18. 23 4月, 2023 2 次提交
  19. 22 4月, 2023 1 次提交
  20. 20 4月, 2023 1 次提交
  21. 18 4月, 2023 2 次提交
  22. 12 4月, 2023 1 次提交
  23. 11 4月, 2023 2 次提交
  24. 10 4月, 2023 1 次提交
  25. 07 4月, 2023 1 次提交
  26. 06 4月, 2023 2 次提交
    • J
      support more custom vjp (#52533) · 29c28e2f
      Jiabin Yang 提交于
      29c28e2f
    • K
      feat: add composite rule of roll grad (#52532) · 348a36b5
      Kang Zhao 提交于
      * feat: add relu composite rule
      
      * feat: add relu composite rule, maximum op
      
      * feat: add relu composite rule, maximum op
      
      * feat: add relu composite rule, polish comments
      
      * feat: add relu composite rule, polish comments
      
      * feat: add relu composite rule, add python api of relu
      
      * feat: add relu composite rule, commit hook
      
      * fix: maximum type error & ban cinn test
      
      * fix: maximum input sequence bugs
      
      * resolve conflicts
      
      * fix: code style bugs
      
      * add: relu fp16 test
      
      * feat: add rsqrt composite rule
      
      * feat: add rsqrt composite rule
      
      * resolve conflicts of composite rule
      
      * fix: delete check eager
      
      * feat: add roll grad composite rule
      
      * fix minus shift
      
      * fix test roll op
      348a36b5
  27. 03 4月, 2023 1 次提交
  28. 31 3月, 2023 1 次提交
    • C
      [Prim] Add prod backward composite rule (#51238) · a0069278
      chenjian 提交于
      * first commit
      
      * add registry
      
      * add unit test
      
      * fix format
      
      * add unit test
      
      * fix  bug
      
      * replace unsuqeeze to reshape
      
      * fix
      
      * fix unit test
      
      * update test
      
      * update test
      
      * fix unit test
      
      * fix
      
      * fix
      a0069278