Skip to content

Commit acd4430

Browse files
authored
Update README.md
1 parent 57f810e commit acd4430

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Compiler developers can use GraphNet samples to evaluate tensor compilers (e.g.,
1212

1313

1414

15-
## Dataset Construction
15+
## 🧱 Dataset Construction
1616

1717
To guarantee the dataset’s overall quality, reproducibility, and cross-compiler compatibility, we define the following construction **constraints**:
1818

@@ -73,7 +73,7 @@ python -m graph_net.torch.validate \
7373
```
7474

7575

76-
## Compiler Evaluation
76+
## ⚖️ Compiler Evaluation
7777

7878
**Step 1: Benchmark**
7979

@@ -119,7 +119,7 @@ After executing, one summary plot of results on all compilers (as shown in "Eval
119119

120120
The script is designed to process a file structure as ```/benchmark_path/compiler_name/category_name/``` (for example ```/benchmark_logs/paddle/nlp/```), and items on x-axis are identified by name of the folders. So you can modify ```read_all_speedups``` function to fit the benchmark settings on your demand.
121121

122-
## Roadmap
122+
## 📌 Roadmap
123123

124124
1. Scale GraphNet to 10K+ graphs.
125125
2. Further annotate GraphNet samples into more granular sub-categories
@@ -128,7 +128,7 @@ The script is designed to process a file structure as ```/benchmark_path/compile
128128

129129
**Vision**: GraphNet aims to lay the foundation for [ai4c](https://github.com/PaddlePaddle/ai4c) by enabling large-scale, systematic evaluation of tensor compiler optimizations.
130130

131-
## GraphNet Community:
131+
## 💬 GraphNet Community:
132132

133133

134134
You can join GraphNet community via the following group chats.
@@ -150,6 +150,6 @@ You can join GraphNet community via the following group chats.
150150

151151

152152

153-
## License
153+
## 🪪 License
154154
This project is released under the [MIT License](LICENSE).
155155

0 commit comments

Comments
 (0)