Skip to content

Commit 98de19b

Browse files
committed
chore: update sample
Signed-off-by: thxCode <[email protected]>
1 parent 1ba0a51 commit 98de19b

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[
2+
{
3+
"manufacturer": "nvidia",
4+
"index": 0,
5+
"name": "NVIDIA H100 80GB HBM3",
6+
"uuid": "GPU-2a694e94-6a61-c064-32d7-c5783806bcb5",
7+
"driver_version": "575.57.08",
8+
"runtime_version": "12.9",
9+
"runtime_version_original": "12.9.0",
10+
"compute_capability": "9.0",
11+
"cores": 132,
12+
"cores_utilization": 0,
13+
"memory": 81559,
14+
"memory_used": 73076,
15+
"memory_utilization": 89.6,
16+
"temperature": 37,
17+
"power": 700,
18+
"power_used": 146,
19+
"appendix": {
20+
"arch_family": "Hopper",
21+
"vgpu": false,
22+
"fabric_cluster_uuid": "00000000-0000-0000-0000-000000000000",
23+
"fabric_clique_id": 0
24+
}
25+
}
26+
]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[
2+
{
3+
"manufacturer": "nvidia",
4+
"devices_distances": [
5+
[
6+
0
7+
]
8+
],
9+
"devices_cpu_affinities": [
10+
"0-19"
11+
],
12+
"devices_numa_affinities": [
13+
"0"
14+
]
15+
}
16+
]

0 commit comments

Comments
 (0)