We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9152e2b + 3b1b2ad commit bca07e8Copy full SHA for bca07e8
etc/kayobe/stackhpc-compute.yml
@@ -101,3 +101,15 @@ stackhpc_gpu_data:
101
vendor_id: "10de"
102
product_id: "26b9"
103
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
114
+ product_id: "2321"
115
releasenotes/notes/add-a30-h100l-a016f8ff0939eb37.yaml
@@ -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