• 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
graph_reindex_sig.cc 1.0 KB