Skip to main content

try_execute_stack

Function try_execute_stack 

Source
pub fn try_execute_stack<'a, R, K, I, O>(
    name: &str,
    device_id: &str,
    client: &ComputeClient<R>,
    set: Arc<TunableSet<K, I, O>>,
    input: <I as TuneInputs>::At<'a>,
) -> Result<O, AutotuneError>
Expand description

Fallible full-stack path. Actual request execution is performed ONCE after selection; an execution error invalidates future choices but is never silently replayed on another kernel.