Replies: 1 comment 8 replies
-
JDK 8 is not supported. The two JDK versions supported are 11 and 17, and we highly recommend staying with 17 when possible. After you install Tornadovm using the installer, you can recompile your projects from the terminal: cd <TornadoVM-Root-Directory>
. source.sh
make graal-jdk-11-plus BACKEND=opencl,ptx |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Please I am having volatile issues configuring TornadoVM on Ubuntu 22.10. I cloned the 'beehive-lab/TornadoVM' repository using Intellij and then installed asper
$ ./scripts/tornadoVMInstaller.sh --graal-jdk-17 --opencl --ptx
(since: AMD RYZEN 9 5950X + RTX 3080)I then opened the module
TornadoVM/tornado-examples
as a new project but then the build fails with the message(Tried possible solutions above, I got NOTHING, so I reverted changes made). Currently my project's (
.../TornadoVM/tornado-examples
) sdk is @.../TornadoVM/etc/dependencies/TornadoVM-GraalJDK17
Also at the pom.xml the truffle dependency just goes red in between the tags (
<groupId>
,<artifactId>
and<version>
) then I noticed jdk-8 in between the<id>
tags. I am just a bit confused and suspicious about what 8 has to do with installing graaljdk-17 earlier, could this be the reason my build isn't successful? could it just be 8? (I am still yet to understand how 5 came about earlier)Beta Was this translation helpful? Give feedback.
All reactions