opencl-intercept-layer
opencl-intercept-layer copied to clipboard
[Windows] [DLL load error] cliloader Error: loading DLL: The specified module could not be found
Hi, team
When I am trying to use cliloader on windows, I met an error:
cliloader Error: loading DLL: The specified module could not be found.
The build option I used:
cmake -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Release -DENABLE_CLILOADER=TRUE ..
The cml I used:
cliloader.exe my_application.exe args ...
Can you help on this issue? Not sure if I missed something. Thanks!