• Da Zheng's avatar
    [Feature] Distributed graph store (#1383) · 2190c39d
    Da Zheng authored
    * initial version from distributed training.
    
    This is copied from multiprocessing training.
    
    * modify for distributed training.
    
    * it's runnable now.
    
    * measure time in neighbor sampling.
    
    * simplify neighbor sampling.
    
    * fix a bug in distributed neighbor sampling.
    
    * allow single-machine training.
    
    * fix a bug.
    
    * fix a bug.
    
    * fix openmp.
    
    * make some improvement.
    
    * fix.
    
    * add prepare in the sampler.
    
    * prepare nodeflow async.
    
    * fix a bug.
    
    * get id.
    
    * simplify the code.
    
    * improve.
    
    * fix partition.py
    
    * fix the example.
    
    * add more features.
    
    * fix the example.
    
    * allow one partition
    
    * use distributed kvstore.
    
    * do g2l map manually.
    
    * fix commandline.
    
    * a temp script to save reddit.
    
    * fix pull_handler.
    
    * add pytorch version.
    
    * estimate the time for copying data.
    
    * delete unused code.
    
    * fix a bug.
    
    * print id.
    
    * fix a bug
    
    * fix a bug
    
    * fix a bug.
    
    * remove redundent code....
    2190c39d
immutable_graph.cc 23 KB