pub fn launch_kernel_virtual<'a, MA: MatmulArgs, R: Runtime, A: Algorithm>(
client: &ComputeClient<R>,
input: InputRuntimeArg<'a, MA, R>,
output: OutputRuntimeArg<'a, MA, R>,
problem: ConvolutionProblem,
line_sizes: MatmulLineSizes,
selection: MatmulSelection,
dtypes: &MatmulElems,
) -> Result<(), ConvSetupError>Expand description
Select which kernel to launch for the given Algorithm.