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

Method test_amd_rx_7900_xtx

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

Source from the content-addressed store, hash-verified

69 assert gpu.vendor == "nvidia"
70
71 def test_amd_rx_7900_xtx(self):
72 gpu = create_synthetic_gpu("RX 7900 XTX")
73 assert gpu.vram_bytes == 24 * _GiB
74 assert gpu.vendor == "amd"
75 assert gpu.memory_bandwidth_gbps is not None
76
77 def test_amd_strix_halo_with_vram_override(self):
78 gpu = create_synthetic_gpu("Radeon 8060S", vram_override_gb=96)

Callers

nothing calls this directly

Calls 1

create_synthetic_gpuFunction · 0.90

Tested by

no test coverage detected