Cleanup: make format

This commit is contained in:
Ray Molenkamp 2023-07-04 08:26:24 -06:00
parent 948fccbd35
commit fac69131ab

@ -296,7 +296,8 @@ void ShaderCache::load_kernel(DeviceKernel device_kernel,
# if defined(MAC_OS_VERSION_13_3)
if (@available(macOS 13.3, *)) {
/* Subtract one to avoid contention with the real-time GPU module. */
max_mtlcompiler_threads = max(2, int([mtlDevice maximumConcurrentCompilationTaskCount]) - 1);
max_mtlcompiler_threads = max(2,
int([mtlDevice maximumConcurrentCompilationTaskCount]) - 1);
}
# endif