-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathbuild-variants.json
More file actions
52 lines (52 loc) · 1.38 KB
/
build-variants.json
File metadata and controls
52 lines (52 loc) · 1.38 KB
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
{
"aarch64-darwin": {
"cpu": [
"torch210-cpu-aarch64-darwin",
"torch29-cpu-aarch64-darwin"
],
"metal": [
"torch210-metal-aarch64-darwin",
"torch29-metal-aarch64-darwin"
]
},
"aarch64-linux": {
"cpu": [
"torch210-cxx11-cpu-aarch64-linux",
"torch29-cxx11-cpu-aarch64-linux"
],
"cuda": [
"torch210-cxx11-cu126-aarch64-linux",
"torch210-cxx11-cu128-aarch64-linux",
"torch210-cxx11-cu130-aarch64-linux",
"torch29-cxx11-cu126-aarch64-linux",
"torch29-cxx11-cu128-aarch64-linux",
"torch29-cxx11-cu129-aarch64-linux",
"torch29-cxx11-cu130-aarch64-linux"
]
},
"x86_64-linux": {
"cpu": [
"torch210-cxx11-cpu-x86_64-linux",
"torch29-cxx11-cpu-x86_64-linux"
],
"cuda": [
"torch210-cxx11-cu126-x86_64-linux",
"torch210-cxx11-cu128-x86_64-linux",
"torch210-cxx11-cu130-x86_64-linux",
"torch29-cxx11-cu126-x86_64-linux",
"torch29-cxx11-cu128-x86_64-linux",
"torch29-cxx11-cu129-x86_64-linux",
"torch29-cxx11-cu130-x86_64-linux"
],
"rocm": [
"torch210-cxx11-rocm70-x86_64-linux",
"torch210-cxx11-rocm71-x86_64-linux",
"torch29-cxx11-rocm63-x86_64-linux",
"torch29-cxx11-rocm64-x86_64-linux"
],
"xpu": [
"torch210-cxx11-xpu20253-x86_64-linux",
"torch29-cxx11-xpu20252-x86_64-linux"
]
}
}