Ensure contiguous memory layout
mlx_contiguous.RdReturns a copy of x with contiguous strides on the requested device or stream.
Arguments
- x
- An mlx array. 
- device
- Execution target: supply - "gpu",- "cpu", or an- mlx_streamcreated via- mlx_new_stream(). Default:- mlx_default_device().