-
Notifications
You must be signed in to change notification settings - Fork 29
/
a100_80g.json
73 lines (73 loc) · 1.28 KB
/
a100_80g.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"matrix" : {
"float16": {
"tflops": 312,
"gflops_efficiency": [
[128, 0.95],
[16, 0.9],
[1, 0.6],
[0, 0.1]
]
}
},
"vector": {
"float16": {
"tflops": 78,
"gflops_efficiency": [
[16, 0.95],
[1, 0.5],
[0, 0.1]
]
}
},
"mem1": {
"GiB": 80,
"GBps": 2048,
"MB_efficiency": [
[100, 0.90],
[10, 0.75],
[1, 0.6],
[0, 0.3]
]
},
"mem2": {
"GiB": 512,
"GBps": 32,
"MB_efficiency": [
[100, 0.95],
[10, 0.9],
[1, 0.7],
[0, 0.3]
]
},
"processing_mode": "no_overlap",
"networks": [
{
"bandwidth": 300,
"efficiency": 0.65,
"size": 8,
"latency": 0.00001,
"ops": {
"p2p": [1.0, null],
"reduce_scatter": [1.5, -1],
"all_gather": [1.5, -1],
"all_reduce": [2.0, -1]
},
"must_be_filled": true,
"processor_usage": 0.15
},{
"bandwidth": 25,
"efficiency": 0.9,
"size": 65536,
"latency": 0.00002,
"ops": {
"p2p": [1.0, null],
"reduce_scatter": [1.0, 0],
"all_gather": [1.0, 0],
"all_reduce": [1.0, 0]
},
"must_be_filled": false,
"processor_usage": 0.02
}
]
}