We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cd4ac commit bf707c2Copy full SHA for bf707c2
src/detection/gpu/gpu_apple.m
@@ -67,10 +67,10 @@
67
68
gpu->type = device.location == MTLDeviceLocationBuiltIn ? FF_GPU_TYPE_INTEGRATED : FF_GPU_TYPE_DISCRETE;
69
gpu->index = (uint32_t) device.locationNumber;
70
- #endif
71
72
if (device.hasUnifiedMemory && device.recommendedMaxWorkingSetSize > 0)
73
gpu->shared.total = device.recommendedMaxWorkingSetSize;
+ #endif
74
}
75
return NULL;
76
0 commit comments