mlx_fast_cuda_kernel_config_set_init_value function
- @Native<Int Function(mlx_fast_cuda_kernel_config, Float)>(mlx_fast_cuda_kernel_config, ffi.Float)>()
- mlx_fast_cuda_kernel_config cls,
- 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,
);