MCPcopy Create free account
hub / github.com/NVIDIA/SOL-ExecBench / SupportedHardware

Class SupportedHardware

src/sol_execbench/core/data/solution.py:57–66  ·  view source on GitHub ↗

Supported hardware targets for solution implementations. Enumeration of hardware platforms that solutions can target.

Source from the content-addressed store, hash-verified

55
56
57class SupportedHardware(str, Enum):
58 """Supported hardware targets for solution implementations.
59
60 Enumeration of hardware platforms that solutions can target.
61 """
62
63 B200 = "B200"
64 """NVIDIA B200."""
65 LOCAL = "LOCAL"
66 """Local NVIDIA GPU."""
67
68
69class SupportedBindings(str, Enum):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected