pub fn benchmark_gpu_vs_cpu( n_samples: usize, n_features: usize, iterations: usize, ) -> Result<(f64, f64)>
Benchmark GPU vs CPU performance for data generation