mlx_stream_new_device function

  1. @Native<mlx_stream Function(mlx_device)>(mlx_device)>()
mlx_stream mlx_stream_new_device(
  1. mlx_device dev
)

Returns a new stream on a device.

Implementation

@ffi.Native<mlx_stream Function(mlx_device)>()
external mlx_stream mlx_stream_new_device(mlx_device dev);