fhelium.benchmarks.suite
Complete local-device runs over operations and packed matrix workloads.
cells
function View source
python
def cells() -> tuple[SuiteCell, ...]: ...1
run_suite
function View source
python
def run_suite(device: str, output_path: Path, *, progress: Callable[[str], None]=print, selected_cells: Sequence[SuiteCell] | None=None) -> dict[str, Any]: ...1
Run the suite and checkpoint every result.
selected_cells is a diagnostic subset and produces a partial report. The public suite command always executes the full specification.
specification
function View source
python
def specification() -> dict[str, object]: ...1
Return the mathematical and measurement identity hashed by every run.
specification_hash
function View source
python
def specification_hash() -> str: ...1