Skip to main content

compute_bound

Function compute_bound 

Source
pub fn compute_bound(
    client: &Client,
    compute_key: ThroughputKey,
    work: Work,
    threshold: f32,
) -> AutotuneBound
Expand description

The compute half of a roofline: work’s operations against the peak of compute_key, close enough to it past threshold.