pub fn w4a16_gemv_silu_input_sw(
gpu: &dyn GpuBackend,
kernel: KernelHandle,
gate_out: DevicePtr,
up_out: DevicePtr,
weight: &QuantizedWeight,
output: DevicePtr,
n: u32,
k: u32,
stream: u64,
) -> Result<()>Expand description
Single-warp-per-output variant of w4a16_gemv_silu_input (N/8 grid).
Bit-identical. Default ON via ModelLevers::gemv_sw.