Skip to main content

COOP_GEMV_ROWS

Constant COOP_GEMV_ROWS 

Source
pub const COOP_GEMV_ROWS: u32 = 8;
Expand description

Rows per workgroup for multi-row coop GEMV (coop_gemv_mr in fused_transformer.wgsl). Must stay in lock-step with WGSL COOP_ROWS.