Skip to content

Commit

Permalink
hardware/card/gpu: Add NVIDIA Tesla A100 range
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Apr 23, 2024
1 parent 1bb2abc commit 0e43c17
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 12 deletions.
13 changes: 1 addition & 12 deletions hardware/card/gpu/nvidia/tesla_a100-pcie.pan
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
structure template hardware/card/gpu/nvidia/tesla_a100-pcie;

'manufacturer' = 'nvidia';
'name' = 'tesla_a100-pcie';
'model' = 'GA100';
'power' = 300; # TDP in watts
'bus' = 'PCIe';

'ram/size' = 40960; # MB
'ram/bus' = '4096-bit';

'pci/class' = 0x030000; # Display controller, VGA compatible.
'pci/vendor' = 0x10de; # nVidia Corporation
'pci/device' = 0x20f1;
include 'hardware/card/gpu/nvidia/tesla_a100_40gb-pcie';
14 changes: 14 additions & 0 deletions hardware/card/gpu/nvidia/tesla_a100_40gb-pcie.pan
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
structure template hardware/card/gpu/nvidia/tesla_a100_40gb-pcie;

'manufacturer' = 'nvidia';
'name' = 'tesla_a100_40gb-pcie';
'model' = 'GA100';
'power' = 300; # TDP in watts
'bus' = 'PCIe';

'ram/size' = 40960; # MB
'ram/bus' = '4096-bit';

'pci/class' = 0x030000; # Display controller, VGA compatible.
'pci/vendor' = 0x10de; # NVIDIA Corporation
'pci/device' = 0x20f1; # GA100 [A100 PCIe 40GB]
14 changes: 14 additions & 0 deletions hardware/card/gpu/nvidia/tesla_a100_40gb-sxm.pan
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
structure template hardware/card/gpu/nvidia/tesla_a100_40gb-sxm;

'manufacturer' = 'nvidia';
'name' = 'tesla_a100_40gb-sxm';
'model' = 'GA100';
'power' = 400; # TDP in watts
'bus' = 'PCIe';

'ram/size' = 40960; # MB
'ram/bus' = '5120-bit';

'pci/class' = 0x0302; # 3D Controller
'pci/vendor' = 0x10de; # NVIDIA Corporation
'pci/device' = 0x20b0; # GA100 [A100 SXM4 40GB]
14 changes: 14 additions & 0 deletions hardware/card/gpu/nvidia/tesla_a100_80gb-pcie.pan
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
structure template hardware/card/gpu/nvidia/tesla_a100_80gb-pcie;

'manufacturer' = 'nvidia';
'name' = 'tesla_a100_80gb-pcie';
'model' = 'GA100';
'power' = 300; # TDP in watts
'bus' = 'PCIe';

'ram/size' = 81920; # MB
'ram/bus' = '5120-bit';

'pci/class' = 0x030000; # Display controller, VGA compatible.
'pci/vendor' = 0x10de; # NVIDIA Corporation
'pci/device' = 0x20b5; # GA100 [A100 PCIe 80GB]
14 changes: 14 additions & 0 deletions hardware/card/gpu/nvidia/tesla_a100_80gb-sxm.pan
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
structure template hardware/card/gpu/nvidia/tesla_a100_40gb-sxm;

'manufacturer' = 'nvidia';
'name' = 'tesla_a100_80gb-sxm';
'model' = 'GA100';
'power' = 400; # TDP in watts
'bus' = 'PCIe';

'ram/size' = 81920; # MB
'ram/bus' = '5120-bit';

'pci/class' = 0x0302; # 3D Controller
'pci/vendor' = 0x10de; # NVIDIA Corporation
'pci/device' = 0x20b2; # GA100 [A100 SXM4 80GB]

0 comments on commit 0e43c17

Please sign in to comment.