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