Replies: 2 comments 7 replies
-
Regarding the JAR file. Your applications need to be written using the TornadoVM API. Otherwise, it won't have access to the acceleration. TornadoVM does not auto-parallelize. Also, not all workloads are suitable for acceleration. We have a suite with many examples from different domains, such as Fintech, Machine Learning, Physics simulation, Astrophysics, etc. This suite can give you an idea of the type of workloads that TornadoVM can accelerate: https://github.com/beehive-lab/TornadoVM/tree/master/examples/src/main/java/uk/ac/manchester/tornado/examples/compute Regarding the error, are you following the steps described here (https://github.com/beehive-lab/TornadoVM/blob/master/assembly/src/docs/20_INSTALL_WINDOWS_WITH_GRAALVM.md) for Windows? It looks to me that there is an error in the |
Beta Was this translation helpful? Give feedback.
-
Your first error is related to the file |
Beta Was this translation helpful? Give feedback.
-
Hello, I have a java program on my computer (.jar) that works well but is incredibly slow even though I have a 9th gen core I9. In my computer, I also have an RTX 4000 gpu and was wondering what steps I would need to take in order to get the application to run on my gpu if that is even possible. Additionally, I have tried to install tornado vm using the graal jdk 11 for fun and I have gotten stuck. When trying to compile I keep getting this error (see picture). Is there anything I can do to fix this?
Beta Was this translation helpful? Give feedback.
All reactions