Section 01
[Introduction] Performance Benchmarking Study of PyTorch 2.0's torch.compile() on GNNs
This article conducts a systematic study on the performance of PyTorch 2.0's torch.compile() feature on Graph Neural Networks (GNNs), comparing the inference speed, memory usage, and training efficiency of the two major frameworks PyTorch Geometric (PyG) and Deep Graph Library (DGL) under different compilation modes. The study is based on the benchmark framework of the gnn-compile-bench project, aiming to provide GNN developers with a reference for performance optimization.