pub fn calculate_adaptive_workgroup_size(
backend: GpuBackend,
matrix_rows: usize,
matrix_nnz: usize,
available_memory: usize,
) -> GpuKernelConfig
Expand description
Adaptive GPU workgroup sizing based on matrix characteristics
pub fn calculate_adaptive_workgroup_size(
backend: GpuBackend,
matrix_rows: usize,
matrix_nnz: usize,
available_memory: usize,
) -> GpuKernelConfig
Adaptive GPU workgroup sizing based on matrix characteristics