fhelium.benchmarks.standalone.ntt_recommendation
Evidence-based NTT backend recommendation suites.
NttRecommendationSuite
type alias View source
python
NttRecommendationSuite = Literal['kernel', 'ckks-primitive']1
WORKLOAD_ID
constant View source
python
WORKLOAD_ID = 'ntt-backend-recommendation'1
recommend_ntt_backend
function View source
python
def recommend_ntt_backend(*, suite: str, preset_name: str, device: str, warmup: int, runs: int, repetitions: int, requested_backends: Sequence[str] | None, seed: int, progress: ProgressCallback) -> BenchmarkResult: ...1
Run one named suite and recommend an exact NTT backend name.