pub fn dense_gemv_fp8w_batch2(
gpu: &dyn GpuBackend,
kernel: KernelHandle,
input: DevicePtr,
weight: &Fp8DenseWeight,
output: DevicePtr,
n: u32,
k: u32,
stream: u64,
) -> Result<()>Expand description
FP8-weight dual-GEMV. input is [2, K] BF16, output is [2, N] BF16.
Grid: (ceil(N/4), 1, 1) Block: (256, 1, 1)