P4 to Git Change 1789084 by skudchad@skudchad_test2_win_opencl on 2019/05/29 14:48:38
SWDEV-189012 - Fix Reg entry from REG_MULTI_SZ to REG_SZ to conform to Khronos standard. The installer has to be fixed next
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/icd/icd_windows_hkr.c#3 edit
[ROCm/clr commit: 8e08c3302b]
Этот коммит содержится в:
@@ -128,7 +128,7 @@ static bool ReadOpenCLKey(DEVINST dnDevNode)
|
||||
goto out;
|
||||
}
|
||||
|
||||
if (REG_MULTI_SZ != dwLibraryNameType)
|
||||
if (REG_SZ != dwLibraryNameType)
|
||||
{
|
||||
KHR_ICD_TRACE("Unexpected registry entry 0x%x! continuing\n", dwLibraryNameType);
|
||||
goto out;
|
||||
|
||||
Ссылка в новой задаче
Block a user