Skip to content

Commit 7f6e70a

Browse files
committed
Test for H200
1 parent 95988a9 commit 7f6e70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_gpu_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_ampere_detection(self):
4242
assert get_nvidia_arch(device_names) == 8.6
4343

4444
def test_hopper_detection(self):
45-
device_names = ["NVIDIA GH100", "H100 PCIe"]
45+
device_names = ["NVIDIA GH100", "H100 PCIe", "H200 SXM 141GB"]
4646
assert get_nvidia_arch(device_names) == 9.0
4747

4848
def test_ada_lovelace_detection(self):

0 commit comments

Comments
 (0)