mlx_distributed_recv function
int
mlx_distributed_recv(
- Pointer<
mlx_array> res, - Pointer<
Int> shape, - int shape_num,
- mlx_dtype_ dtype,
- int src,
- mlx_distributed_group group,
- mlx_stream s,
Implementation
int mlx_distributed_recv(
ffi.Pointer<mlx_array> res,
ffi.Pointer<ffi.Int> shape,
int shape_num,
mlx_dtype_ dtype,
int src,
mlx_distributed_group group,
mlx_stream s,
) => _mlx_distributed_recv(res, shape, shape_num, dtype.value, src, group, s);