-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hardware/card/gpu: Add NVIDIA Tesla A100 range
- Loading branch information
Showing
5 changed files
with
57 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |