Skip to content

Commit 0e9af15

Browse files
authored
Update README.md (#138)
1 parent 9aae45f commit 0e9af15

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
# GraphNet ![](https://img.shields.io/badge/version-v0.0-brightgreen)
1+
# 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)
22

3-
GraphNet is a large‑scale dataset for compiler development, providing researchers with a standardized, open‑access experimental environment. It includes numerous computation graphs extracted from deep learning models, making it easy to compare the optimization effectiveness of different compiler passes.
3+
4+
**GraphNet** is a large-scale dataset of deep learning **computation graphs**, designed to serve as a standard benchmark and training corpus for **AI-driven tensor compiler optimization**. It contains massive, diverse graphs extracted from state-of-the-art models, enabling consistent comparison of optimization effectiveness across compiler passes, frameworks, and hardware platforms.
45

56
With GraphNet, users can:
67
1. Quickly benchmark the optimization performance of various compiler strategies.
78
2. Easily conduct regression tests on existing compilers.
89
3. Train AI‑for‑Systems models to automatically generate compiler optimization passes.
910

11+
**Vision**: We aim to enable cross-hardware portability of compiler optimizations by allowing models to learn and transfer optimization strategies. It will greatly reduce the manual effort required to develop efficient operator implementations.
12+
13+
1014

1115
### Dataset Construction Constraints:
1216
1. Dynamic graphs must execute correctly.

0 commit comments

Comments
 (0)