Skip to content
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
7091818
Update
shanjiang7 Sep 6, 2025
b7000fe
Merge branch 'develop' of https://github.com/PaddlePaddle/GraphNet in…
shanjiang7 Sep 8, 2025
67f3294
update
shanjiang7 Sep 8, 2025
3a24ebc
Update README.md
JewelRoam Sep 8, 2025
0f95a1b
Update README.md
JewelRoam Sep 8, 2025
4568d66
Update README.md
JewelRoam Sep 8, 2025
b3a364a
Update README.md
JewelRoam Sep 8, 2025
beb7d14
Update README.md
JewelRoam Sep 8, 2025
32906cd
Update README.md
JewelRoam Sep 8, 2025
6b5ca9d
Update README.md
JewelRoam Sep 8, 2025
4d92232
Update README.md
JewelRoam Sep 8, 2025
5711315
Update README.md
JewelRoam Sep 8, 2025
ece8774
Update README.md
JewelRoam Sep 8, 2025
57f810e
Update README.md
JewelRoam Sep 8, 2025
acd4430
Update README.md
JewelRoam Sep 8, 2025
f9d5db3
Update README.md
JewelRoam Sep 8, 2025
a35a63d
Update README.md
JewelRoam Sep 8, 2025
57402d5
Update README.md
JewelRoam Sep 8, 2025
8c4147b
Update README.md
JewelRoam Sep 8, 2025
fa2ed23
Update README.md
JewelRoam Sep 8, 2025
b76623f
Update README.md
JewelRoam Sep 8, 2025
ae8d1ef
Merge branch 'develop' into describe-1
JewelRoam Sep 8, 2025
59c72df
Update README.md
JewelRoam Sep 8, 2025
6efdba5
Update README.md
JewelRoam Sep 8, 2025
4c4ef4d
Update README.md
JewelRoam Sep 8, 2025
cce78eb
Update README.md
JewelRoam Sep 8, 2025
317776b
Merge branch 'PaddlePaddle:develop' into describe-1
JewelRoam Sep 8, 2025
0842e8b
Update README.md
JewelRoam Sep 8, 2025
7a0bbe3
Add files via upload
JewelRoam Sep 8, 2025
cc99c78
Update README.md
JewelRoam Sep 8, 2025
65d2e9b
Update README.md
JewelRoam Sep 8, 2025
255d89e
Update README.md
JewelRoam Sep 8, 2025
07e2258
Update README.md
JewelRoam Sep 8, 2025
34be0a7
Update README.md
JewelRoam Sep 8, 2025
c4a0aca
Update README.md
JewelRoam Sep 8, 2025
fdb85ed
Update README.md
JewelRoam Sep 8, 2025
85b1e59
Update README.md
JewelRoam Sep 8, 2025
ee444e0
Merge branch 'PaddlePaddle:develop' into describe-1
JewelRoam Sep 8, 2025
c69f686
Del ai4c
JewelRoam Sep 8, 2025
4904c22
Update README.md
JewelRoam Sep 8, 2025
facaa05
Update README.md
JewelRoam Sep 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GraphNet ![](https://img.shields.io/badge/version-v0.1-brightgreen) ![](https://img.shields.io/github/issues/PaddlePaddle/GraphNet?label=open%20issues) [![](https://img.shields.io/badge/Contribute%20to%20GraphNet-blue)](https://github.com/PaddlePaddle/GraphNet/issues/98)

**GraphNet** is a large-scale dataset of deep learning **computation graphs**, built as a standard benchmark for **tensor compiler** optimization. It provides 2.7K computation graphs extracted from state-of-the-art deep learning models spanning diverse tasks and ML frameworks. With standardized formats and rich metadata, GraphNet enables fair comparison and reproducible evaluation of the general optimization capabilities of tensor compilers, thereby supporting advanced research such as AI for System on compilers ([**ai4c**](https://github.com/PaddlePaddle/ai4c)).
**GraphNet** is a large-scale dataset of deep learning **computation graphs**, built as a standard benchmark for **tensor compiler** optimization. It provides 2.7K computation graphs extracted from state-of-the-art deep learning models spanning diverse tasks and ML frameworks. With standardized formats and rich metadata, GraphNet enables fair comparison and reproducible evaluation of the general optimization capabilities of tensor compilers, thereby supporting advanced research such as AI for System on compilers (AI for Compiler).

<br>
<div align="center">
Expand Down Expand Up @@ -133,7 +133,7 @@ The script is designed to process a file structure as `/benchmark_path/compiler_
3. Extract samples from multi-GPU scenarios to support benchmarking and optimization for large-scale, distributed computing.
4. Enable splitting full graphs into independently optimized subgraphs and operator sequences.

**Vision**: GraphNet aims to lay the foundation for [ai4c](https://github.com/PaddlePaddle/ai4c) by enabling **large-scale, systematic evaluation** of tensor compiler optimizations, and providing a **dataset for models to learn** and transfer optimization strategies.
**Vision**: GraphNet aims to lay the foundation for AI for Compiler by enabling **large-scale, systematic evaluation** of tensor compiler optimizations, and providing a **dataset for models to learn** and transfer optimization strategies.

## 💬 GraphNet Community

Expand Down