//! Opt-in, shared autotuning above individual kernels.
//!
//! Tensor operators and fused graphs use the same controller as explicit application plans.
//! Existing LocalTuner behavior is unchanged until enable_stack_autotune is called; only sets
//! declaring an exact workload signature and reference participate in the new path.
/// Non-cryptographic content fingerprint for workload/dependency ids; not anonymization.
pub use digest as workload_digest;
pub use *;
pub use *;
pub use *;