P4 to Git Change 1431491 by gandryey@gera-w8 on 2017/07/07 14:07:22

SWDEV-122734 - [OCL]Carrizo crashes test on OCLperf in Windows 10
	- revert CL#142983. The crash still exists inside fprintf() for unknown reason. Could be memory corruption, which is difficult to reproduce

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#211 edit
Bu işleme şunda yer alıyor:
foreman
2017-07-07 14:21:59 -04:00
ebeveyn 8727610142
işleme c0750db6d1
+1 -4
Dosyayı Görüntüle
@@ -1026,10 +1026,7 @@ cl_int Program::build(const std::string& sourceCode, const char* origOptions,
}
if (!buildLog_.empty()) {
// LogError() has the size limit for the message
if (buildLog_.size() < 768) {
LogError(buildLog_.c_str());
}
LogError(buildLog_.c_str());
}
return buildError();