You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After following the build instructions completely and with stock cmake params, running tests fail both for Debug and Release config for the following reasons with exit code 0xc0000135 (STATUS_DLL_NOT_FOUND):
icd_loader_test.exe - System Error: The code execution cannot proceed because IcdLog.dll was not found. Reinstalling the program may fix this problem.
If I manually move IcdLog.dll from build\test\log\[Debug,Release] to the directory where icd_loader_test.exe is I get this other error with exit code 0xc0000139 (STATUS_ENTRYPOINT_NOT_FOUND):
icd_loader_test.exe - Entry Point Not Found: The procedure entry point clCreateImageWithProperties could not be located in the dynamic link library C:\Users\Andrea\Downloads\OpenCL-ICD-Loader\build\test\loader_test\Debug\icd_loader_test.exe.
Hello and thanks for the quick reply, now the single test passes.
The trick was to place OpenCL.dll to the executable directory (other than IcdLog.dll).
I think it would be an useful thing if you could update this repo guide with yours which has all the steps.
Thanks again.
After following the build instructions completely and with stock cmake params, running tests fail both for Debug and Release config for the following reasons with exit code 0xc0000135 (STATUS_DLL_NOT_FOUND):
If I manually move IcdLog.dll from
build\test\log\[Debug,Release]
to the directory whereicd_loader_test.exe
is I get this other error with exit code 0xc0000139 (STATUS_ENTRYPOINT_NOT_FOUND):Built with:
Screenshoots:
The text was updated successfully, but these errors were encountered: