pub fn compute_bound(
client: &Client,
compute_key: ThroughputKey,
work: Work,
threshold: f32,
) -> AutotuneBoundExpand description
The compute half of a roofline: work’s operations against the peak of compute_key,
close enough to it past threshold.