You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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.
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 diverse graphs extracted from state-of-the-art models, enabling effective evaluation of compiler pass optimizations across frameworks and hardware platforms.
5
+
5
6
6
7
With GraphNet, users can:
7
8
1. Quickly benchmark the optimization performance of various compiler strategies.
8
9
2. Easily conduct regression tests on existing compilers.
9
10
3. Train AI‑for‑Systems models to automatically generate compiler optimization passes.
10
11
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
+
**Vision**: We aim to achieve cross-hardware portability of compiler optimizations by allowing models to learn and transfer optimization strategies. It will significantly reduce the manual effort required to develop efficient operator implementations.
13
+
12
14
13
15
14
16
@@ -24,7 +26,7 @@ With GraphNet, users can:
24
26
25
27
26
28
## ⚡ Quick Start
27
-
29
+
For full implementation details, please refer to the [Co-Creation Tutorial](https://github.com/PaddlePaddle/GraphNet/blob/develop/CONTRIBUTE_TUTORIAL.md#co-creation-tutorial).
Once you have packaged these extracted computation graphs, submit them to the GraphNet community via the following group chats.
94
+
Once you have packaged these extracted computation graphs, submit them to the GraphNet community via the following group chats. [Discord](https://discord.gg/Pp5FKW92) is also available.
95
+
93
96
94
97
<divalign="center">
95
98
<table>
@@ -104,6 +107,7 @@ Once you have packaged these extracted computation graphs, submit them to the Gr
104
107
</table>
105
108
</div>
106
109
110
+
107
111
## License
108
112
This project is released under the [MIT License](LICENSE).
0 commit comments