We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f6297 commit 01917b1Copy full SHA for 01917b1
misc/tag_to_project.json
@@ -1,9 +1,12 @@
1
{
2
- "lang": "Language Features & Embedding in Python",
3
- "gui": "GGUI",
4
- "doc": "Docs",
5
- "docs": "Docs",
6
- "benchmark": "Backend Performance",
7
"aot": "AOT",
8
- "ir": "Compiler Frontend & Middle-end"
+ "autodiff": "Autodiff",
+ "benchmark": "Backend Performance",
+ "build": "CI/CD & Build & Tests",
+ "ci": "CI/CD & Build & Tests",
+ "doc": "Docs & Examples & Tutorials",
+ "docs": "Docs & Examples & Tutorials",
9
+ "gui": "GGUI",
10
+ "ir": "Compiler Frontend & Middle-end",
11
+ "lang": "Lang Features & Python"
12
}
0 commit comments