add cache
Showing
.gitmodules
0 → 100644
Makefile
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
config/APAN.yml
deleted
100644 → 0
config/DySAT.yml
deleted
100644 → 0
config/JODIE.yml
deleted
100644 → 0
config/TGAT.yml
deleted
100644 → 0
config/readme.yml
deleted
100644 → 0
csrc/partition/ldg.cpp
0 → 100644
docs/Makefile
0 → 100644
docs/make.bat
0 → 100644
docs/source/_templates/.gitkeep
0 → 100644
docs/source/advanced/data_proc.rst
0 → 100644
docs/source/advanced/index.rst
0 → 100644
docs/source/api/python/distributed.rst
0 → 100644
docs/source/api/python/index.rst
0 → 100644
docs/source/cheatsheets/index.rst
0 → 100644
docs/source/conf.py
0 → 100644
docs/source/external/index.rst
0 → 100644
docs/source/guide/index.rst
0 → 100644
docs/source/guide/install_guide.rst
0 → 100644
docs/source/guide/intro_example.rst
0 → 100644
docs/source/index.rst
0 → 100644
docs/source/tutorial/application.rst
0 → 100644
docs/source/tutorial/dataset.rst
0 → 100644
docs/source/tutorial/distributed.rst
0 → 100644
docs/source/tutorial/index.rst
0 → 100644
docs/source/tutorial/intro.rst
0 → 100644
docs/source/tutorial/module.rst
0 → 100644
legacy/a.ipynb
deleted
100644 → 0
legacy/core/__init__.py
deleted
100644 → 0
legacy/core/a2a.py
deleted
100644 → 0
legacy/core/acopy.py
deleted
100644 → 0
legacy/core/cache.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
legacy/core/event.py
deleted
100644 → 0
legacy/core/gather.py
deleted
100644 → 0
legacy/core/lache.py
deleted
100644 → 0
legacy/core/route.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
legacy/core/shrink.py
deleted
100644 → 0
legacy/core/straight.py
deleted
100644 → 0
legacy/degree.py
deleted
100644 → 0
legacy/functional.py
deleted
100644 → 0
legacy/graph/distgraph.py
deleted
100644 → 0
legacy/graph/edata.py
deleted
100644 → 0
legacy/graph/ndata.py
deleted
100644 → 0
legacy/igat.ipynb
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
legacy/loader/__init__.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
legacy/loader/buffer.py
deleted
100644 → 0
legacy/loader/context.py
deleted
100644 → 0
legacy/loader/route.py
deleted
100644 → 0
legacy/loader/utils.py
deleted
100644 → 0
legacy/metrics.py
deleted
100644 → 0
legacy/parallel/__init__.py
deleted
100644 → 0
legacy/printer.py
deleted
100644 → 0
legacy/s.py
deleted
100644 → 0
legacy/test_a2a.py
deleted
100644 → 0
legacy/test_acopy.py
deleted
100644 → 0
legacy/test_autograd_bool.py
deleted
100644 → 0
legacy/test_loader.py
deleted
100644 → 0
legacy/test_loader_router.py
deleted
100644 → 0
legacy/test_mpi.py
deleted
100644 → 0
legacy/test_nccl.py
deleted
100644 → 0
legacy/test_new_route.py
deleted
100644 → 0
legacy/test_route.py
deleted
100644 → 0
legacy/test_rpc.py
deleted
100644 → 0
legacy/test_sync_bn.py
deleted
100644 → 0
piplined_train_tgnn.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
requirements-devel.txt
0 → 100644
requirements.txt
0 → 100644
--extra-index-url https://download.pytorch.org/whl/cu118 | |||
torch==2.1.1+cu118 | |||
torchvision==0.16.1+cu118 | |||
torchaudio==2.1.1+cu118 | |||
--extra-index-url https://data.pyg.org/whl/torch-2.1.0+cu118.html | |||
torch_geometric==2.4.0 | |||
pyg_lib==0.3.1+pt21cu118 | |||
torch_scatter==2.1.2+pt21cu118 | |||
torch_sparse==0.6.18+pt21cu118 | |||
torch_cluster==1.6.3+pt21cu118 | |||
torch_spline_conv==1.2.2+pt21cu118 | |||
ogb | |||
tqdm | |||
\ No newline at end of file |
starrygl/core/__init__.py
0 → 100644
starrygl/core/stream.py
0 → 100644
starrygl/nn/__init__.py
deleted
100644 → 0
starrygl/nn/base_model.py
deleted
100644 → 0
starrygl/nn/basic_gnn.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
starrygl/nn/convs/__init__.py
deleted
100644 → 0
starrygl/nn/convs/gat_conv.py
deleted
100644 → 0
starrygl/nn/convs/gcn_conv.py
deleted
100644 → 0
starrygl/nn/convs/gin_conv.py
deleted
100644 → 0
starrygl/nn/convs/s_gat_conv.py
deleted
100644 → 0
starrygl/nn/convs/shrink_gat_conv.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
starrygl/nn/convs/shrink_gcn_conv.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
starrygl/nn/convs/shrink_gin_conv.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
starrygl/nn/convs/utils.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
starrygl/parallel/sequence.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
starrygl/parallel/timeline/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
starrygl/parallel/timeline/pipe.py
0 → 100644
This diff is collapsed.
Click to expand it.
starrygl/parallel/timeline/sync.py
0 → 100644
This diff is collapsed.
Click to expand it.
starrygl/parallel/timeline/utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
starrygl/sample/cache/LRU_cache.py
0 → 100644
This diff is collapsed.
Click to expand it.
starrygl/sample/cache/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
starrygl/sample/cache/cache.py
0 → 100644
This diff is collapsed.
Click to expand it.
starrygl/sample/cache/fetch_cache.py
0 → 100644
This diff is collapsed.
Click to expand it.
starrygl/sample/cache/static_cache.py
0 → 100644
This diff is collapsed.
Click to expand it.
starrygl/sample/cache/utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
starrygl/sample/cache/uvm_table.cu
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
starrygl/sample/sample_core/setup.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tes.py
0 → 100644
This diff is collapsed.
Click to expand it.
ldg_partition @ da31e8bb
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment