Skip to content

Commit cc53459

Browse files
committed
Add support for H200 NVL GPUs
03:00.0 3D controller [0302]: NVIDIA Corporation GH100 [H200 NVL] [10de:233b] (rev a1)
1 parent 7d09cb1 commit cc53459

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

etc/kayobe/stackhpc-compute.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,9 @@ stackhpc_gpu_data:
119119
vendor_id: "10de"
120120
product_id: "2321"
121121
device_type: "type-PF"
122+
# Nvidia H200 NVL
123+
h200_nvl:
124+
resource_name: "{{ h200_nvl_resource_name | default('h200_nvl') }}"
125+
vendor_id: "10de"
126+
product_id: "233b"
127+
device_type: "type-PF"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
Adds a definition for ``NVIDIA H200 NVL`` to the
5+
``stackhpc_gpu_data``.

0 commit comments

Comments
 (0)