"""kernbench.benches: eager-import sibling modules so @bench fires. Underscore-prefixed modules are treated as helpers and skipped. After import, every imported module must have registered at least one bench, or a RuntimeError is raised by the audit. """ from kernbench.benches.registry import _eager_import_and_audit _eager_import_and_audit(__path__, __name__)