Cycles: Enable some extra debug prints for OpenCL kernel loading

This commit is contained in:
Sergey Sharybin 2015-08-11 18:03:54 +02:00
parent a790e172d0
commit d22153425a

@ -995,6 +995,7 @@ public:
VLOG(2) << "Loaded kernel from " << clbin << ".";
}
else {
VLOG(2) << "Kernel file " << clbin << " either doesn't exist or failed to be loaded by driver.";
string init_kernel_source = "#include \"kernels/opencl/kernel.cl\" // " + kernel_md5 + "\n";
/* If does not exist or loading binary failed, compile kernel. */