Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions etc/kayobe/stackhpc-compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,15 @@ stackhpc_gpu_data:
vendor_id: "10de"
product_id: "26b9"
device_type: "type-PF"
# Nvidia A30
a30:
resource_name: "{{ a30_resource_name | default('a30') }}"
vendor_id: "10de"
product_id: "20b7"
device_type: "type-PF"
# Nvidia H100L
h100l:
resource_name: "{{ h100l_resource_name | default('h100l') }}"
vendor_id: "10de"
product_id: "2321"
device_type: "type-PF"
5 changes: 5 additions & 0 deletions releasenotes/notes/add-a30-h100l-a016f8ff0939eb37.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
Add definitions for ``NVIDIA A30`` and ``NVIDIA H100L`` to the
``stackhpc_gpu_data`` for easy deployment of such GPUs.
Loading