SWDEV-229480 - Fixing type on commit: 5503b370fa
Change-Id: I19f0bddb9db4140641c10a0e36ed4302c05efe2a
[ROCm/clr commit: 348bb0d59f]
This commit is contained in:
zatwierdzone przez
Vladislav Sytchenko
rodzic
59e8128493
commit
93d3d283b5
@@ -198,7 +198,7 @@ bool HSAILKernel::init() {
|
||||
errorCode = aclQueryInfo(compileHandle, program()->binaryElf(), RT_ARGUMENT_ARRAY,
|
||||
openClKernelName.c_str(), argList.get(), &sizeOfArgList);
|
||||
if (errorCode != ACL_SUCCESS) {
|
||||
LogPrintfError("Query Info failed with error code: %d \n"errorCode);
|
||||
LogPrintfError("Query Info failed with error code: %d \n", errorCode);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user