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