Skip to content

Commit 3b1b2ad

Browse files
committed
feat: add support for A30 and H100L
1 parent 9bc279c commit 3b1b2ad

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

etc/kayobe/stackhpc-compute.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,15 @@ stackhpc_gpu_data:
101101
vendor_id: "10de"
102102
product_id: "26b9"
103103
device_type: "type-PF"
104+
# Nvidia A30
105+
a30:
106+
resource_name: "{{ a30_resource_name | default('a30') }}"
107+
vendor_id: "10de"
108+
product_id: "20b7"
109+
device_type: "type-PF"
110+
# Nvidia H100L
111+
h100l:
112+
resource_name: "{{ h100l_resource_name | default('h100l') }}"
113+
vendor_id: "10de"
114+
product_id: "2321"
115+
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+
Add definitions for ``NVIDIA A30`` and ``NVIDIA H100L`` to the
5+
``stackhpc_gpu_data`` for easy deployment of such GPUs.

0 commit comments

Comments
 (0)