ContiguousM16Gemm

Type Alias ContiguousM16Gemm 

Source
pub type ContiguousM16Gemm = fn(&dyn GpuBackend, KernelHandle, DevicePtr, DevicePtr, DevicePtr, DevicePtr, u32, u32, u32, u64) -> Result<()>;
Expand description

The shared shape of w8a16_gemm_m16, so a caller that picks between it and w8a16_gemv_batch16 can hold one function pointer.