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
[ROCm/clr commit: c0750db6d1]
This commit is contained in:
@@ -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();
|
||||
|
||||
مرجع در شماره جدید
Block a user