1. 09 3月, 2023 1 次提交
  2. 17 2月, 2023 1 次提交
  3. 16 11月, 2022 1 次提交
  4. 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
  5. 05 6月, 2022 1 次提交
  6. 27 5月, 2022 1 次提交
  7. 16 3月, 2022 1 次提交
  8. 10 3月, 2022 1 次提交
  9. 02 3月, 2022 1 次提交
  10. 20 2月, 2022 1 次提交
  11. 11 2月, 2022 1 次提交
  12. 17 12月, 2021 1 次提交
    • Z
      add launch bound to limit the registers usage for volta architecture (#38113) · 18a59822
      zlsh80826 提交于
      From --ptxas-options=-v, SegmentOpsKernel uses 66 registers in a block.
      There are two ways to resolve this problem:
          Reduce the threads per block launch configuration
          add __launch_bound__ to give information to nvcc compiler for reducing registers usage
      this PR chooses __launch_bound__ solution because changing gpu_launch_config may affect other ops.
      18a59822
  13. 03 12月, 2021 1 次提交
  14. 27 4月, 2021 1 次提交
  15. 20 10月, 2020 1 次提交
  16. 26 9月, 2020 1 次提交
  17. 24 9月, 2020 1 次提交