Few questions about TornadoVM #382
Unanswered
DamagedOne
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi Ilya,
We noticed these two calls are a bit confusing, so we are actually improving them.
No. TornadoVM supports JDK 21 and JDK22. The reason is that it uses the latest version of the Panama Memory API, and the Graal JIT compiler, which needs to correlate with a specific version of JVMCI.
It might be a bug in one of our compilation phases. Let me analyse this. If you annotate the loop with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am trying to use TornadoVM for Thomas algorithm and have a few questions
I am not sure on how to fine tune Tornado execution e.g. using methods resetDevice() and freeDeviceMemory(). What are recommendations on their usage? Should they be used upon each execution?
Is there a way to use TornadoVM with 8 or 11 versions of java?
I have encountered very strange behavior when using backward iteration. In some cases backward iteration is ignored by TornadoVM. Here is the example code (I use TornadoVM 1.0.3, and graalvm-jdk-21.0.1+12.1):
public static int SIZE = 62;
Beta Was this translation helpful? Give feedback.
All reactions