1. 09 1月, 2023 1 次提交
  2. 29 12月, 2022 1 次提交
  3. 24 10月, 2022 1 次提交
  4. 20 10月, 2022 1 次提交
  5. 11 10月, 2022 1 次提交
  6. 20 9月, 2022 2 次提交
  7. 19 9月, 2022 2 次提交
  8. 13 9月, 2022 1 次提交
  9. 09 9月, 2022 1 次提交
  10. 07 9月, 2022 1 次提交
  11. 06 9月, 2022 2 次提交
  12. 01 9月, 2022 1 次提交
    • H
      [phi] Migrate uniform_random XPU kernel to PHI (#45583) · ded33b58
      HongyuJia 提交于
      * copy kernel file to phi
      
      * delete some code
      
      * migrate uniform_random, test=kunlun
      
      * fix input error, test=kunlun
      
      * fix gpu register error, test=kunlun
      
      * add include file, test=kunlun
      
      * try fix error from CI, test=kunlun
      
      * polish other PR
      
      * fix CI-coverage error, test=kunlun
      ded33b58
  13. 31 8月, 2022 6 次提交
  14. 30 8月, 2022 4 次提交
  15. 29 8月, 2022 1 次提交
    • S
      [geometric]Move graph-related incubate api to geometric (#44970) · 8f657f74
      Siming Dai 提交于
      * move incubate to geometric
      
      * add paddle.geometric
      
      * fix unittest bug
      
      * add float16 support for segment op
      
      * change reindex and sample neighbors flag name
      
      * add heter graph reindex
      
      * move sample_neighbors.py to neighbors.py
      
      * delete khop_sampler in geometric
      
      * delete unused code
      
      * change sample_neighbors api input order
      
      * fix en doc
      
      * fix unittest
      
      * fix unittest
      
      * change reindex
      
      * fix division by 0
      
      * delete unnecessary input argument
      
      * delete final_state
      8f657f74
  16. 25 8月, 2022 4 次提交
  17. 24 8月, 2022 3 次提交
  18. 23 8月, 2022 1 次提交
  19. 22 8月, 2022 1 次提交
  20. 18 8月, 2022 2 次提交
  21. 17 8月, 2022 1 次提交
  22. 16 8月, 2022 2 次提交
    • C
      [Phi] Move amp ops into phi (#45079) · b4f67757
      Chen Weihang 提交于
      * move check finite and unscale kernel into phi
      
      * move infershape into phi
      
      * move update_loss_scaling kernel into phi
      
      * remove original kernels
      
      * move update loss scaling infershape into phi
      
      * add header for xpu and npu
      
      * solve coverage failed
      
      * fix npu test failed
      
      * remove mutable data in cu file
      
      * fix new executor failed
      
      * add valid check for meta tensor output
      b4f67757
    • S
      [geometric]Add paddle.geometric.send_uv API (#44848) · 88724a53
      Siming Dai 提交于
      * initial commit
      
      * fix op maker bug
      
      * fix mul grad bug
      
      * add unittest
      
      * fix add grad bug, add cpu kernel
      
      * add paddle.geometric.message_passing
      
      * add paddle.geometric.send_uv api, add unittest
      
      * add fp16 judgement
      
      * fix file typo, move compute_type to message_op
      
      * add impl file
      
      * fix unittest timeout time
      
      * add review revise
      88724a53