MCPcopy Create free account
hub / github.com/Icecubesaad/OpenLLM-Studio / test_gpu_layers_gpu

Function test_gpu_layers_gpu

src-tauri/src/optimization.rs:119–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected