Replies: 1 comment 18 replies
-
Hi @MLobatoR, the compilation time depends on the actual architecture you target. A) In case, you compile OpenCL for CPUs or GPUs, this should not take more than few milliseconds. B) In case, you compile for FPGAs, it is common to compile for several hours. To be fair the actual compilation of TornadoVM that translates Java bytecodes to OpenCL will still take a few milliseconds. However, a second compilation takes place from the FPGA HLS which is transparently performed by TornadoVM. We have seen such cases, in which the compilation can take up to 3 hours. Which one is your case? |
Beta Was this translation helpful? Give feedback.
18 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello :)
How long should I wait for TornadoVM JIT compiler to transform Java bytecode into OpenCL? Or if is taking too long should I stop the process? I have no exceptions so far but the process started 5h ago.
Beta Was this translation helpful? Give feedback.
All reactions