"tests/implicitron/vscode:/vscode.git/clone" did not exist on "29b8ebd80206d729e80264662519f7ab168f046e"
  • Da Zheng's avatar
    [GraphIndex] Immutable graph index using MXNet CSRArray (#86) · 9e9a9488
    Da Zheng authored
    * add immutable graph index.
    
    * update ImmutableGraphIndex.
    
    * add benchmarks of subgraph generation.
    
    * fix node_subgraphs.
    
    * use scipy synthetic data in immutable graph.
    
    * create immutable_graph.
    
    * use spmv in gcn.
    
    * fix immutable graph index.
    
    * update graph index.
    
    * create ImmutableSubgraphIndex.
    
    * return subgraph node and edge mapping.
    
    * fix benchmark.
    
    * add mapping to subgraph nid.
    
    * test in_edges and out_edges.
    
    * update benchmark.
    
    * Fix immutable subgraph.
    
    * complete in_edges and out_edges.
    
    * fix benchmarks.
    
    * add test on node_subgraphs
    
    * add sse.
    
    * construct subgraphs in parallel.
    
    * add in/out degree(s).
    
    * make immutable graph index backend-specific.
    
    * implement has_edge(s) and edge_id(s).
    
    * Revert "use spmv in gcn."
    
    This reverts commit 9cfed5f5fb3dd2ed9b98745348b1c0e9731ed7f7.
    
    * implement node_subgraphs in GraphIndex.
    
    * fix sse.
    
    * address comments.
    
    * address comments.
    
    * Update mxnet docker.
    9e9a9488
graph_op.cc 6.67 KB