mlx_fast_cuda_kernel_config_set_thread_group function
- mlx_fast_cuda_kernel_config cls,
- int thread1,
- int thread2,
- int thread3,
Implementation
@ffi.Native<
ffi.Int Function(mlx_fast_cuda_kernel_config, ffi.Int, ffi.Int, ffi.Int)
>()
external int mlx_fast_cuda_kernel_config_set_thread_group(
mlx_fast_cuda_kernel_config cls,
int thread1,
int thread2,
int thread3,
);