From 2b97ad348cae6258d33e7bc23bb93a3f1cd59fe6 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 15 Jul 2015 15:10:28 +0200 Subject: Cycles: Missed this in the previous commit --- intern/cycles/device/device_opencl.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'intern') diff --git a/intern/cycles/device/device_opencl.cpp b/intern/cycles/device/device_opencl.cpp index 8df83116195..19f50fa103a 100644 --- a/intern/cycles/device/device_opencl.cpp +++ b/intern/cycles/device/device_opencl.cpp @@ -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; } -- cgit v1.2.3