From 9d57be37d35d1e13e8b240b7254af1d84c8d468c Mon Sep 17 00:00:00 2001 From: Piotr Parczewski Date: Wed, 4 Feb 2026 10:15:45 +0100 Subject: [PATCH] Add support for H200 NVL GPUs 03:00.0 3D controller [0302]: NVIDIA Corporation GH100 [H200 NVL] [10de:233b] (rev a1) --- etc/kayobe/stackhpc-compute.yml | 6 ++++++ releasenotes/notes/add-nvidia-h200nvl-704ff70df341bee9.yaml | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 releasenotes/notes/add-nvidia-h200nvl-704ff70df341bee9.yaml diff --git a/etc/kayobe/stackhpc-compute.yml b/etc/kayobe/stackhpc-compute.yml index 1390dfa50..2df6096f8 100644 --- a/etc/kayobe/stackhpc-compute.yml +++ b/etc/kayobe/stackhpc-compute.yml @@ -119,3 +119,9 @@ stackhpc_gpu_data: vendor_id: "10de" product_id: "2321" device_type: "type-PF" + # Nvidia H200 NVL + h200_nvl: + resource_name: "{{ h200_nvl_resource_name | default('h200_nvl') }}" + vendor_id: "10de" + product_id: "233b" + device_type: "type-PF" diff --git a/releasenotes/notes/add-nvidia-h200nvl-704ff70df341bee9.yaml b/releasenotes/notes/add-nvidia-h200nvl-704ff70df341bee9.yaml new file mode 100644 index 000000000..9b74865c8 --- /dev/null +++ b/releasenotes/notes/add-nvidia-h200nvl-704ff70df341bee9.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Adds a definition for ``NVIDIA H200 NVL`` to the + ``stackhpc_gpu_data``.