paper-with-me

Papers

GraphNet: A Large-Scale Computational Graph Dataset for Tensor Compiler Research

2025-10-28 · Xinqi Li, Yiqun Liu, Shan Jiang, Enrong Zheng, Huaijin Zheng, Wenhao Dai, Haodong Deng, Dianhai Yu, Yanjun Ma arxiv

We introduce GraphNet, a dataset of 2.7K real-world deep learning computational graphs with rich metadata, spanning six major task categories across multiple deep learning frameworks. To evaluate tensor compiler performance on these samples, we propose the benchmark metric Speedup Score S(t), which jointly considers runtime speedup and execution correctness under tunable tolerance levels, offering a reliable measure of general optimization capability. Furthermore, we extend S(t) to the Error-aware Speedup Score ES(t), which incorporates error information and helps compiler developers identify key performance bottlenecks. In this report, we benchmark the default tensor compilers, CINN for PaddlePaddle and TorchInductor for PyTorch, on computer vision (CV) and natural language processing (NLP) samples to demonstrate the practicality of GraphNet. The full construction pipeline with graph extraction and compiler evaluation tools is available at https://github.com/PaddlePaddle/GraphNet .

📄 PDF Abstract BibTeX arXiv:2510.24035

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MultiScale MeshGraphNets

2022-10-02 · Meire Fortunato, Tobias Pfaff, Peter Wirnsberger, Alexander Pritzel 외

In recent years, there has been a growing interest in using machine learning to overcome the high cost of numerical simulation, with some learned models achieving impressive speed-ups over classical solvers whilst mainta…

Graph Neural Network

HI-MeshGraphNets: Efficient and Accurate Mesh-based Physics Learning with Hierarchical Multi-scale Graph Neural Networks

2026-08-13 · SiHun Lee, Dong-Hyuk Park, Taesoo Bang, Seung-Hoon Kang arxiv

Machine-learned physical surrogate models have become promising alternatives to mesh-based numerical solvers. Among them, graph neural networks (GNNs) are well suited for representing simulation meshes and learning nodal…

X-MeshGraphNet: Scalable Multi-Scale Graph Neural Networks for Physics Simulation

2024-11-26 · Mohammad Amin Nabian, Chang Liu, Rishikesh Ranade, Sanjay Choudhry

Graph Neural Networks (GNNs) have gained significant traction for simulating complex physical systems, with models like MeshGraphNet demonstrating strong performance on unstructured simulation meshes. However, these mode…

SketchGraphNet: A Memory-Efficient Hybrid Graph Transformer for Large-Scale Sketch Corpora Recognition

2026-03-08 · Shilong Chen, Mingyuan Li, Zhaoyang Wang, Zhonglin Ye 외 arxiv

This work investigates large-scale sketch recognition from a graph-native perspective, where free-hand sketches are directly modeled as structured graphs rather than raster images or stroke sequences. We propose SketchGr…

Generalization capabilities of MeshGraphNets to unseen geometries for fluid dynamics

2024-08-12 · Robin Schmöcker, Alexander Henkes, Julian Roth, Thomas Wick

This works investigates the generalization capabilities of MeshGraphNets (MGN) [Pfaff et al. Learning Mesh-Based Simulation with Graph Networks. ICML 2021] to unseen geometries for fluid dynamics, e.g. predicting the flo…