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