()
| 117 | |
| 118 | #[test] |
| 119 | fn test_gpu_layers_gpu() { |
| 120 | let layers = OptimizationCalculator::calculate_gpu_layers(&GpuBackend::Nvidia); |
| 121 | assert_eq!(layers, 1); |
| 122 | } |
| 123 | |
| 124 | #[test] |
| 125 | fn test_gpu_layers_cpu() { |
nothing calls this directly
no outgoing calls
no test coverage detected