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.
1 parent 95988a9 commit 7f6e70aCopy full SHA for 7f6e70a
tests/test_gpu_db.py
@@ -42,7 +42,7 @@ def test_ampere_detection(self):
42
assert get_nvidia_arch(device_names) == 8.6
43
44
def test_hopper_detection(self):
45
- device_names = ["NVIDIA GH100", "H100 PCIe"]
+ device_names = ["NVIDIA GH100", "H100 PCIe", "H200 SXM 141GB"]
46
assert get_nvidia_arch(device_names) == 9.0
47
48
def test_ada_lovelace_detection(self):
0 commit comments