LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
./srcs/python/quiver/__init__.py
./srcs/python/quiver/async_cuda_sampler.py
./srcs/python/quiver/feature.py
./srcs/python/quiver/shard_tensor.py
./srcs/python/quiver/utils.py
./srcs/python/quiver/multiprocessing/__init__.py
./srcs/python/quiver/multiprocessing/reductions.py
./srcs/python/quiver/pyg/__init__.py
./srcs/python/quiver/pyg/sage_sampler.py
./srcs/python/torch_quiver.egg-info/PKG-INFO
./srcs/python/torch_quiver.egg-info/SOURCES.txt
./srcs/python/torch_quiver.egg-info/dependency_links.txt
./srcs/python/torch_quiver.egg-info/top_level.txt
auto/cmake
benchmarks/.gitignore
benchmarks/cpp/bench_async_algo.cu
benchmarks/cpp/bench_quiver_cpu.cpp
benchmarks/cpp/bench_quiver_gpu.cu
benchmarks/cpp/common.cpp
benchmarks/cpp/common.hpp
benchmarks/feature/bench_feature.py
benchmarks/generated_graph/dist_sampling_generated_quiver.py
benchmarks/generated_graph/gen_graph.py
benchmarks/ogbn-papers100M/README.md
benchmarks/ogbn-papers100M/dist_sampling_ogb_paper100M_quiver.py
benchmarks/ogbn-papers100M/preprocess.py
benchmarks/sample/bench_sampler.py
examples/dgl/ogbn_products_sage_dgl.py
examples/dgl/ogbn_products_sage_quiver.py
examples/multi_gpu/pyg/ogb-products/dist_sampling_ogb_products_pyg.py
examples/multi_gpu/pyg/ogb-products/dist_sampling_ogb_products_quiver.py
examples/multi_gpu/pyg/reddit/dist_sampling_ogb_reddit_pyg.py
examples/multi_gpu/pyg/reddit/dist_sampling_ogb_reddit_quiver.py
examples/pyg/ogbn_products_sage_pyg.py
examples/pyg/ogbn_products_sage_quiver.py
examples/pyg/reddit_pyg.py
examples/pyg/reddit_quiver.py
scripts/check-leak
scripts/install-cuda.sh
scripts/install-horovod.sh
scripts/install-kungfu.sh
scripts/install-torch.sh
scripts/lint.sh
scripts/measure.sh
srcs/cmake/benchmarks.cmake
srcs/cmake/common.cmake
srcs/cmake/cuda.cmake
srcs/cmake/fetch_stdtracer.cmake
srcs/cmake/lib.cmake
srcs/cmake/tests.cmake
srcs/cmake/torch.cmake
srcs/config/config.py
srcs/cpp/include/quiver/algorithm.cu.hpp
srcs/cpp/include/quiver/common.hpp
srcs/cpp/include/quiver/copy.cu.hpp
srcs/cpp/include/quiver/cuda_random.cu.hpp
srcs/cpp/include/quiver/cuda_stream.hpp
srcs/cpp/include/quiver/functor.cu.hpp
srcs/cpp/include/quiver/quiver.cpu.hpp
srcs/cpp/include/quiver/quiver.cu.hpp
srcs/cpp/include/quiver/quiver.hpp
srcs/cpp/include/quiver/reindex.cu.hpp
srcs/cpp/include/quiver/shard_tensor.cu.hpp
srcs/cpp/include/quiver/sparse.hpp
srcs/cpp/include/quiver/stream_pool.hpp
srcs/cpp/include/quiver/timer.hpp
srcs/cpp/include/quiver/trace.hpp
srcs/cpp/include/quiver/zip.cu.hpp
srcs/cpp/include/quiver/zip.hpp
srcs/cpp/src/quiver/quiver.cpp
srcs/cpp/src/quiver/trace.cpp
srcs/cpp/src/quiver/cpu/tensor.cpp
srcs/cpp/src/quiver/cuda/quiver_feature.cu
srcs/cpp/src/quiver/cuda/quiver_sample.cu
srcs/cpp/src/quiver/torch/module.cpp
srcs/python/quiver/__init__.py
srcs/python/quiver/async_cuda_sampler.py
srcs/python/quiver/feature.py
srcs/python/quiver/shard_tensor.py
srcs/python/quiver/utils.py
srcs/python/quiver/multiprocessing/__init__.py
srcs/python/quiver/multiprocessing/reductions.py
srcs/python/quiver/pyg/__init__.py
srcs/python/quiver/pyg/sage_sampler.py
srcs/python/torch_quiver.egg-info/PKG-INFO
srcs/python/torch_quiver.egg-info/SOURCES.txt
srcs/python/torch_quiver.egg-info/dependency_links.txt
srcs/python/torch_quiver.egg-info/top_level.txt
tests/cpp/main.cpp
tests/cpp/test_async_algo.cu
tests/cpp/test_quiver.cu
tests/cpp/test_quiver_cpu.cpp
tests/cpp/test_reindex.cu
tests/cpp/testing.hpp
tests/cpp/test_shard_tensor/Makefile
tests/cpp/test_shard_tensor/shardTensorTest.cu
tests/python/cpu/test_edge_sampler.py
tests/python/cpu/test_find_cliques.py
tests/python/cpu/test_quiver.py
tests/python/cpu/test_sparse.py
tests/python/cpu/test_utils.py
tests/python/cuda/test_features.py
tests/python/cuda/test_graph_reindex.py
tests/python/cuda/test_paper100M.py
tests/python/cuda/test_reductions.py
tests/python/cuda/test_saint.py
tests/python/cuda/test_sampler.py
tests/python/cuda/test_shard_tensor.py
tests/python/cuda/test_topo.py
tests/python/cuda/test_zero_copy.py