pub fn dit_block(
model: &Arc<CmfModel>,
a: &DitBlockArgs<'_>,
x: &mut [f32],
) -> boolExpand description
One whole modulated DiT block on the device — norms, qkv, RoPE,
attention, residuals and the SwiGLU FFN in a single command
buffer; only x crosses the CPU boundary (in and out).