pub fn dequantize_q4_k_gpu<R: Runtime>( client: &ComputeClient<R>, data: &[u8], ) -> Result<Vec<f32>>
Runs the Q4_K dequant-only kernel (validation/debugging path).