pub fn build_kernel(
client: &Client,
key: ThroughputKey,
config: LaunchConfig,
spec: MemorySpec,
) -> Result<KernelConfig, ThroughputError>Expand description
Builds the copy kernel, moving working_set bytes per pass: half read out
of the input buffer, half written into the output one.