Cycles: adjust supported driver version for AMD GPUs

On Windows 17.Q1 and 17.Q2 return driver version 2236.10.
This commit is contained in:
Hristo Gueorguiev 2017-06-11 23:04:27 +02:00
parent 09eb11363e
commit 04530c9383
1 changed files with 2 additions and 2 deletions

View File

@ -626,8 +626,8 @@ bool OpenCLInfo::device_supported(const string& platform_name,
if(platform_name == "AMD Accelerated Parallel Processing" &&
device_type == CL_DEVICE_TYPE_GPU)
{
if(driver_major < 2348) {
VLOG(1) << "AMD driver version " << driver_major << "." << driver_minor << " not supported";
if(driver_major < 2236) {
VLOG(1) << "AMD driver version " << driver_major << "." << driver_minor << " not supported.";
return false;
}
const char *blacklist[] = {