mlx_fast_cuda_kernel_config_set_init_value function

  1. @Native<Int Function(mlx_fast_cuda_kernel_config, Float)>(mlx_fast_cuda_kernel_config, ffi.Float)>()
int mlx_fast_cuda_kernel_config_set_init_value(
  1. mlx_fast_cuda_kernel_config cls,
  2. double value
)

Implementation

@ffi.Native<ffi.Int Function(mlx_fast_cuda_kernel_config, ffi.Float)>()
external int mlx_fast_cuda_kernel_config_set_init_value(
  mlx_fast_cuda_kernel_config cls,
  double value,
);