-
Notifications
You must be signed in to change notification settings - Fork 2.3k
/
prtags.json
52 lines (52 loc) · 1.99 KB
/
prtags.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"javascript" : "Taichi in javascript",
"ci" : "CI/CD workflow",
"cpu" : "CPU backends",
"cuda" : "CUDA backend",
"doc" : "Documentation",
"docs" : "Documentation",
"infra" : "Infrastructure",
"cli" : "Command line interface",
"ir" : "Intermediate representation",
"lang" : "Language and syntax",
"aot" : "Aot module",
"metal" : "Metal backend",
"opengl" : "OpenGL backend",
"vulkan" : "Vulkan backend",
"dx11" : "DirectX 11 backend",
"dx12" : "DirectX 12 backend",
"spirv" : "SPIR-V common codegen",
"gfx" : "Common graphics runtime",
"rhi" : "Unified Device API",
"misc" : "Miscellaneous",
"std" : "Standard library",
"opt" : "IR optimization passes",
"example" : "Examples",
"pypi" : "PyPI package",
"autodiff" : "Automatic differentiation",
"sparse" : "Sparse computation",
"gui" : "GUI",
"llvm" : "LLVM backend (CPU and CUDA)",
"refactor" : "Refactor",
"bug" : "Bug fixes",
"test" : "Tests",
"benchmark" : "Benchmarking",
"mesh" : "MeshTaichi",
"workflow" : "GitHub Actions/Workflows",
"linux" : "Linux",
"android" : "Android",
"mac" : "Mac OS X",
"windows" : "Windows",
"docker" : "Docker container",
"perf" : "Performance improvements",
"ipython" : "IPython and other shells",
"error" : "Error messages",
"blender" : "Blender integration",
"export" : "Exporting kernels",
"type" : "Type system",
"simt" : "SIMT programming",
"release" : "Release",
"build" : "Build system",
"rfc" : "RFC",
"amdgpu" : "AMDGPU backend"
}