MCPcopy
hub / github.com/Andyyyy64/whichllm / test_a100_80gb_alias

Method test_a100_80gb_alias

tests/test_gpu_simulator.py:90–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88 assert gpu.compute_capability == (6, 1)
89
90 def test_a100_80gb_alias(self):
91 gpu = create_synthetic_gpu("A100 80GB")
92 assert gpu.vram_bytes == 80 * _GiB
93 assert gpu.vendor == "nvidia"
94 assert "(simulated)" in gpu.name
95
96 def test_h100_80gb_alias(self):
97 gpu = create_synthetic_gpu("H100 80GB")

Callers

nothing calls this directly

Calls 1

create_synthetic_gpuFunction · 0.90

Tested by

no test coverage detected