pub fn select_matmul<A: Algorithm, R: Runtime, MP: MatmulPrecision>(
client: &ComputeClient<R::Server, R::Channel>,
problem: &ConvolutionProblem,
plane_dim: u32,
) -> (MatmulSelection, StageInput)
pub fn select_matmul<A: Algorithm, R: Runtime, MP: MatmulPrecision>(
client: &ComputeClient<R::Server, R::Channel>,
problem: &ConvolutionProblem,
plane_dim: u32,
) -> (MatmulSelection, StageInput)