()
| 123 | |
| 124 | #[test] |
| 125 | fn test_gpu_layers_cpu() { |
| 126 | let layers = OptimizationCalculator::calculate_gpu_layers(&GpuBackend::CpuOnly); |
| 127 | assert_eq!(layers, 0); |
| 128 | } |
| 129 | |
| 130 | #[test] |
| 131 | fn test_full_calculation() { |
nothing calls this directly
no outgoing calls
no test coverage detected