w8a16_gemv_batch16_ncol4

Function w8a16_gemv_batch16_ncol4 

Source
pub fn w8a16_gemv_batch16_ncol4(
    gpu: &dyn GpuBackend,
    kernel: KernelHandle,
    input: DevicePtr,
    weight: DevicePtr,
    block_scale: DevicePtr,
    output: DevicePtr,
    m: u32,
    n: u32,
    k: u32,
    stream: u64,
) -> Result<()>
Expand description

N_COLS=4, contiguous A and C. Grid: (ceil(N/16), 1, 1)