FileNotFound: %foopath%\\TornadoVM\\bin\\sdk\\bin, failed to install tornadovm on win11 laptop with intel UHD Graphics 620 GPU #566
Unanswered
stoneganda
asked this question in
Q&A
Replies: 1 comment
-
We just checked the latest version and it works. So this means that the error you are facing could be a configuration issue. Based on the Intel CPU you have, it looks to me you need this Graphics Driver: https://www.intel.com/content/www/us/en/download/776137/intel-7th-10th-gen-processor-graphics-windows.html This, in combination with oneAPI, will bring all SDKs you need to run TornadoVM on multiple Intel devices (CPUs, Integrated GPU and emulation mode FPGA). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hardware configuration:
laptop , Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz 1.99 GHz, GPU: Intel UHD Graphics 620
Software driver:
Intel oneAPI DPC++/C++ Compiler runtime
other configuration done according to guidance of tornadovm homepage ...
run installation command: python bin\tornadovm-installer --jdk jdk21 --javaHome d:\devtools\jdk\jdk-21.0.2 --backend spirv
Error messages from installation procedure:
NMAKE : fatal error U1077: “python bin\compile --jdk jdk21 --backend spirv”: return code "0x1”
Stop.
Creating source file ......................
Traceback (most recent call last):
File "D:\devtools\GPU\TornadoVM\bin\tornadovm-installer", line 466, in
installer.install(args)
File "D:\devtools\GPU\TornadoVM\bin\tornadovm-installer", line 370, in install
self.createSourceFile()
File "D:\devtools\GPU\TornadoVM\bin\tornadovm-installer", line 266, in createSourceFile
cutils.runPyInstaller(os.getcwd(), os.environ["TORNADO_SDK"])
File "D:\devtools\GPU\TornadoVM\bin\config_utils.py", line 23, in runPyInstaller
os.chdir(path)
FileNotFoundError: [WinError 3] system cannot find path: 'D:\devtools\GPU\TornadoVM\bin\sdk\bin'
any bro could give me some key help ? thanks...
BTW, I also tried to install intel openCL runtime before installation, if choose opencl as backend , then hint me cannot find opencl, onece choose spirv, then same result as above ... totaly confused, how can I get it run?
Beta Was this translation helpful? Give feedback.
All reactions