Cycles: Missed this in the previous commit

This commit is contained in:
Sergey Sharybin 2015-07-15 15:10:28 +02:00
parent 32c6d92cb0
commit 2b97ad348c

@ -140,6 +140,9 @@ bool opencl_kernel_use_split(const string& platform_name,
{
return true;
}
if(platform_name == "Apple" && device_type == CL_DEVICE_TYPE_GPU) {
return true;
}
return false;
}