• Minjie Wang's avatar
    [Refactor][Graph] Merge DGLGraph and DGLHeteroGraph (#1862) · 44089c8b
    Minjie Wang authored
    * Merge
    
    * [Graph][CUDA] Graph on GPU and many refactoring (#1791)
    
    * change edge_ids behavior and C++ impl
    
    * fix unittests; remove utils.Index in edge_id
    
    * pass mx and th tests
    
    * pass tf test
    
    * add aten::Scatter_
    
    * Add nonzero; impl CSRGetDataAndIndices/CSRSliceMatrix
    
    * CSRGetData and CSRGetDataAndIndices passed tests
    
    * CSRSliceMatrix basic tests
    
    * fix bug in empty slice
    
    * CUDA CSRHasDuplicate
    
    * has_node; has_edge_between
    
    * predecessors, successors
    
    * deprecate send/recv; fix send_and_recv
    
    * deprecate send/recv; fix send_and_recv
    
    * in_edges; out_edges; all_edges; apply_edges
    
    * in deg/out deg
    
    * subgraph/edge_subgraph
    
    * adj
    
    * in_subgraph/out_subgraph
    
    * sample neighbors
    
    * set/get_n/e_repr
    
    * wip: working on refactoring all idtypes
    
    * pass ndata/edata tests on gpu
    
    * fix
    
    * stash
    
    * workaround nonzero issue
    
    * stash
    
    * nx conversion
    
    * test_hetero_basics except update rou...
    44089c8b
Jenkinsfile 9.34 KB