1. 23 8月, 2022 1 次提交
  2. 09 8月, 2022 1 次提交
  3. 05 6月, 2022 1 次提交
  4. 27 5月, 2022 1 次提交
  5. 18 4月, 2022 1 次提交
    • S
      Optimization for graph_sample_neighbors API (#41447) · c31dd04c
      Siming Dai 提交于
      * add eids result for graph_sample_neighbors
      
      * fix bug
      
      * move fisher_yates sample to warp
      
      * add cpu eid output
      
      * delete comment
      
      * delete comment
      
      * change nullptr placeholder
      
      * optimize sample kernel
      
      * fix mutable_data
      c31dd04c
  6. 02 4月, 2022 1 次提交
    • S
      Add graph apis (#40809) · b0398c8e
      Siming Dai 提交于
      * Add graph_reindex API
      
      * add graph_sample_neighbors api
      
      * Add buffer
      
      * delete VLOG
      
      * delete thrust::copy for output
      
      * add ShareDataWith
      
      * delete graph_reindex hashtable output
      
      * add graph_reindex dispensable
      
      * add reindex unittest, move memset to cuda kernel, change api
      
      * fix conflict
      
      * add reindex buffer for gpu version note
      
      * fix conflicts for op_func_generator
      
      * Add fisher_yates sampling, add dispensable, change infermeta
      
      * add dtype for edge_id
      
      * fix rocm ci and static check ci
      
      * add unittest
      
      * fix unittest
      
      * fix unittest
      
      * fix bug
      b0398c8e