pub fn launch_kernel_concrete<R: Runtime, A: Algorithm>(
client: &ComputeClient<R>,
out_grad: &MatmulInputHandleRef<'_, R>,
weights: &MatmulInputHandleRef<'_, R>,
in_grad: &TensorHandleRef<'_, R>,
problem: ConvolutionProblem,
line_sizes: MatmulLineSizes,
selection: TilingBlueprint,
dtypes: &MatmulElems,
) -> Result<(), ConvSetupError>Expand description
Select which kernel to launch for the given Algorithm.
Only works for concrete tensor inputs and output.