pub fn into_contiguous_pitched<R: Runtime, E: CubePrimitive>(
    client: &ComputeClient<R::Server>,
    input: &TensorHandleRef<'_, R>,
) -> TensorHandle<R, E>Expand description
Make a jit tensor contiguous, using the pitched allocator if available. See create_tensor.