LICENSE
README.md
pyproject.toml
benchmarking/dataset/cora/prepare.py
benchmarking/dataset/dataset_builder/__init__.py
benchmarking/dataset/dataset_builder/dataset_builder.py
benchmarking/dataset/dataset_builder/dataset_builder_modified.py
benchmarking/dataset/dataset_builder/dataset_builder_np.py
benchmarking/dataset/dataset_builder/dataset_builder_static.py
benchmarking/dataset/preprocessing/preprocess_temporal_data.py
benchmarking/dynamic-temporal-tgcn/pygt/model.py
benchmarking/dynamic-temporal-tgcn/pygt/train.py
benchmarking/dynamic-temporal-tgcn/pygt/utils.py
benchmarking/dynamic-temporal-tgcn/seastar/model.py
benchmarking/dynamic-temporal-tgcn/seastar/train.py
benchmarking/dynamic-temporal-tgcn/seastar/utils.py
benchmarking/gat/seastar/model.py
benchmarking/gat/seastar/train.py
benchmarking/gat/seastar/utils.py
benchmarking/gcn/seastar/model.py
benchmarking/gcn/seastar/train.py
benchmarking/gcn/seastar/utils.py
benchmarking/results/result_generator_static.py
benchmarking/static-temporal-tgcn/pygt/model.py
benchmarking/static-temporal-tgcn/pygt/train.py
benchmarking/static-temporal-tgcn/pygt/utils.py
benchmarking/static-temporal-tgcn/seastar/model.py
benchmarking/static-temporal-tgcn/seastar/train.py
benchmarking/static-temporal-tgcn/seastar/utils.py
docs/conf.py
stgraph/__init__.py
stgraph.egg-info/PKG-INFO
stgraph.egg-info/SOURCES.txt
stgraph.egg-info/dependency_links.txt
stgraph.egg-info/requires.txt
stgraph.egg-info/top_level.txt
stgraph/benchmark_tools/__init__.py
stgraph/benchmark_tools/table.py
stgraph/compiler/__init__.py
stgraph/compiler/autodiff.py
stgraph/compiler/execution_unit.py
stgraph/compiler/executor.py
stgraph/compiler/node.py
stgraph/compiler/program.py
stgraph/compiler/registry.py
stgraph/compiler/schema.py
stgraph/compiler/stgraph.py
stgraph/compiler/utils.py
stgraph/compiler/backend/__init__.py
stgraph/compiler/backend/callback.py
stgraph/compiler/backend/kernel_wrapper.py
stgraph/compiler/backend/mxnet/__init__.py
stgraph/compiler/backend/pytorch/__init__.py
stgraph/compiler/backend/pytorch/torch_callback.py
stgraph/compiler/backend/pytorch/torch_kernel_wrapper.py
stgraph/compiler/backend/tensorflow/__init__.py
stgraph/compiler/code_gen/__init__.py
stgraph/compiler/code_gen/code_gen.py
stgraph/compiler/code_gen/compiler.py
stgraph/compiler/code_gen/cuda_check.py
stgraph/compiler/code_gen/cuda_driver.py
stgraph/compiler/code_gen/cuda_error.py
stgraph/compiler/code_gen/device_info.py
stgraph/compiler/code_gen/kernel_context.py
stgraph/compiler/code_gen/templates/__init__.py
stgraph/compiler/code_gen/templates/tpl_header.jinja
stgraph/compiler/code_gen/templates/fa/__init__.py
stgraph/compiler/code_gen/templates/fa/tpl_fa_csr.jinja
stgraph/compiler/code_gen/templates/fa/tpl_fa_csr_unsorted.jinja
stgraph/compiler/code_gen/templates/fa/tpl_fa_gpma.jinja
stgraph/compiler/code_gen/templates/fa/tpl_fa_gpma_unsorted.jinja
stgraph/compiler/code_gen/templates/fa/tpl_fa_pcsr.jinja
stgraph/compiler/code_gen/templates/fa/tpl_fa_pcsr_unsorted.jinja
stgraph/compiler/code_gen/templates/v2/__init__.py
stgraph/compiler/debugging/__init__.py
stgraph/compiler/debugging/print_variables.py
stgraph/compiler/debugging/stgraph_logger.py
stgraph/compiler/op/__init__.py
stgraph/compiler/op/op.py
stgraph/compiler/op/op_factory.py
stgraph/compiler/op/agg/__init__.py
stgraph/compiler/op/agg/agg_op.py
stgraph/compiler/op/mxnet/__init__.py
stgraph/compiler/op/pytorch/__init__.py
stgraph/compiler/op/pytorch/torch_op.py
stgraph/compiler/op/tensorflow/__init__.py
stgraph/compiler/passes/__init__.py
stgraph/compiler/passes/cf.py
stgraph/compiler/passes/cse.py
stgraph/compiler/passes/dce.py
stgraph/compiler/passes/dependency_analysis.py
stgraph/compiler/passes/fusion.py
stgraph/compiler/passes/mem_planning.py
stgraph/compiler/passes/peephole.py
stgraph/compiler/passes/visualize.py
stgraph/compiler/val/__init__.py
stgraph/compiler/val/val.py
stgraph/compiler/val/val_factory.py
stgraph/compiler/val/mxnet/__init__.py
stgraph/compiler/val/pytorch/__init__.py
stgraph/compiler/val/pytorch/torch_val.py
stgraph/compiler/val/tensorflow/__init__.py
stgraph/dataset/CoraDataLoader.py
stgraph/dataset/EnglandCovidDataLoader.py
stgraph/dataset/HungaryCPDataLoader.py
stgraph/dataset/LinkPredDataLoader.py
stgraph/dataset/METRLADataLoader.py
stgraph/dataset/MontevideoBusDataLoader.py
stgraph/dataset/PedalMeDataLoader.py
stgraph/dataset/WikiMathDataLoader.py
stgraph/dataset/WindmillOutputDataLoader.py
stgraph/dataset/__init__.py
stgraph/graph/STGraphBase.py
stgraph/graph/__init__.py
stgraph/graph/dynamic/DynamicGraph.py
stgraph/graph/dynamic/__init__.py
stgraph/graph/dynamic/gpma/GPMAGraph.py
stgraph/graph/dynamic/gpma/__init__.py
stgraph/graph/dynamic/gpma/gpma.so
stgraph/graph/dynamic/naive/NaiveGraph.py
stgraph/graph/dynamic/naive/__init__.py
stgraph/graph/dynamic/pcsr/PCSRGraph.py
stgraph/graph/dynamic/pcsr/__init__.py
stgraph/graph/dynamic/pcsr/pcsr.so
stgraph/graph/static/StaticGraph.py
stgraph/graph/static/__init__.py
stgraph/graph/static/csr.so
stgraph/nn/__init__.py
stgraph/nn/pytorch/__init__.py
stgraph/nn/pytorch/gat_conv.py
stgraph/nn/pytorch/graph_conv.py
stgraph/nn/pytorch/temporal/__init__.py
stgraph/nn/pytorch/temporal/tgcn.py
tests/graph/dynamic/test_DynamicGraphPCSR.py