1. 15 6月, 2022 1 次提交
  2. 10 6月, 2022 1 次提交
  3. 08 6月, 2022 1 次提交
  4. 07 6月, 2022 1 次提交
  5. 06 6月, 2022 1 次提交
  6. 05 6月, 2022 1 次提交
  7. 04 6月, 2022 1 次提交
  8. 31 5月, 2022 2 次提交
  9. 17 5月, 2022 1 次提交
  10. 01 5月, 2022 1 次提交
  11. 26 4月, 2022 1 次提交
  12. 23 4月, 2022 1 次提交
  13. 19 4月, 2022 1 次提交
  14. 18 4月, 2022 1 次提交
  15. 15 4月, 2022 1 次提交
  16. 30 3月, 2022 1 次提交
  17. 29 3月, 2022 2 次提交
  18. 24 3月, 2022 1 次提交
  19. 22 3月, 2022 1 次提交
  20. 21 3月, 2022 1 次提交
  21. 18 3月, 2022 1 次提交
    • C
      [Phi] move reduce_grad kernel into phi (#40522) · 70726696
      chentianyu03 提交于
      * move reduce_mean_grad kernel into phi
      
      * move reduce_max/min_grad into phi
      
      * remove raw max/min grad kernel
      
      * fix bug
      
      * fix max/min grad error
      
      * move all reduce_grad kernel into one file
      
      * add prod grad kernel
      
      * add infermeta for prod kernel
      70726696
  22. 15 3月, 2022 1 次提交
    • C
      [Phi]move reduce_min/any/all kernel (#40374) · c46e661d
      chentianyu03 提交于
      * add reduce_min kernel
      
      * remove raw reduce_min kernel
      
      * add reduce min
      
      * add reduce any all impl
      
      * add bool reduce Kernel
      
      * remove raw any/all kernel
      
      * add any all kernel
      
      * rm comment
      c46e661d
  23. 11 3月, 2022 1 次提交
    • C
      [Phi] Reduce grad (#40263) · f452ad5c
      chentianyu03 提交于
      * add reduce_sum grad kernel
      
      * add reduce_grad
      
      * modify reduce grad
      
      * update reduce grad functions
      
      * fix build error
      
      * add argument mapping
      
      * move cast input after grad
      
      * add dims.size=1 cpu reduce_sum grad compute method
      
      * update reduce grad GPU
      
      * remove raw reduce_sum_grad kernel
      
      * modify header files
      
      * add namespace funcs for reduce_grad_funcstions
      f452ad5c
  24. 09 3月, 2022 1 次提交
    • C
      [Phi] move Reduce max kernel into phi (#40225) · 8031a4dc
      chentianyu03 提交于
      * add reduce_max kernel
      
      * add reduce max kernel
      
      * update reduce max Argumentmapping
      
      * remove reduce_max kernel
      
      * remove reduce_max kernel
      
      * add reduce max infermeta
      
      * rename reduce infermeta
      8031a4dc
  25. 08 3月, 2022 1 次提交
  26. 06 3月, 2022 1 次提交
  27. 04 3月, 2022 1 次提交
    • C
      [phi]move reduce gpu impl funcs into pten/kernels/funcs (#39990) · e2e2d531
      chentianyu03 提交于
      * move reduce gpu impl funcs into pten/kernels/funcs
      
      * change reduce header name and namespace
      
      * fix spell word error
      
      * change mutable_data to dev_ctx.Alloc
      
      * modify place to devcontex
      
      * format code style
      
      * fix build error
      
      * fix build error
      
      * fix conflict
      e2e2d531
  28. 02 3月, 2022 2 次提交
  29. 01 3月, 2022 2 次提交
    • C
      [Phi]rm reduce infershape (#39820) · 09039636
      chentianyu03 提交于
      * modify infershape utils and rm reduce infershape
      
      * merge develop
      
      * fix infermete bug
      
      * add IsForInferShape func in ArgumentMappingContext
      
      * add reduce_mean infermeta
      
      * modify annotation
      
      * add default dims
      09039636
    • Z
      [bf16] add bf16 kernel: layer_norm p_norm reduce_sum (#39843) · ce8ed978
      zhangbo9674 提交于
      * add layer norm
      
      * add p norm
      
      * add reduce sum
      
      * refine layer norm register bf16 for cudnn811
      
      * add bf16 cast for hip
      
      * add unittest
      
      * refine rocm
      
      * refine layer_norm unittest
      
      * refine reduce op
      
      * refine unittest
      
      * enhance atol for reduce unittest
      ce8ed978
  30. 28 2月, 2022 1 次提交
  31. 25 2月, 2022 1 次提交
  32. 21 2月, 2022 1 次提交
  33. 20 2月, 2022 2 次提交
  34. 19 2月, 2022 1 次提交
    • A
      [Pten]Unify paddle/pten::framework::ddim into pten::ddim (#39614) · 2fe04264
      Aurelius84 提交于
      * Unify paddle/pten::framework::ddim into pten::ddim
      
      * fix paddle namespace
      
      * compile sucessfully
      
      * fix npu src file
      
      * fix conflict
      
      * fix conflict
      
      * fix tensorrt compiler error
      
      * fix conflict
      
      * fix conflict
      
      * fix tesst file conflict
      
      * fix conflict
      
      * fix mlu file conflict
      
      * fix mlu file conflict
      
      * fix cinn header file conflict
      
      * fix conflict
      
      * fix conflict
      
      * fix conflict
      
      * fix conflict
      2fe04264
  35. 18 2月, 2022 1 次提交