pub fn automatic_layer_prefix(
model: &Arc<CmfModel>,
num_layers: usize,
physical_layers: usize,
) -> Option<usize>Expand description
Capacity-derived layer prefix for per-op walks. The explicit
CMF_GPU_LAYERS override is handled by the backend and takes precedence.