Viewing profile — jfumero
jfumero
HN member- Joined
- Wed, Mar 11, 2020, 6:59 AM UTC
- HN karma
- 7
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About jfumero
No profile information was provided.
Recent public activity
-
comment
Comment #38542010
It seems the Manchester website is down. Link to the paper: https://github.com/jjfumero/jjfumero.github.io/blob/master/f... Just to complement the previous answer. It varies from k…
- comment
- story
-
comment
Comment #37088461
To quote Gary Frost (creator of Aparapi), TornadoVM is the state-of-the-art right now. He mentioned this at JVMLS 2023. Hopefully the videos will be available soon from this link: …
-
comment
Comment #30235099
You can find benchmarks here: - https://jjfumero.github.io/files/VEE2019_Fumero_Preprint.pdf - https://www.tornadovm.org/use-cases - https://www.research.manchester.ac.uk/portal/fi…
-
comment
Comment #22544089
Totally agree. OpenCL code is portable, but performance is not. That's why TornadoVM specializes the OpenCL code depending on the target device. For FPGAs we do a lot more optimiza…
-
comment
Comment #22544052
The VM name came because TornadoVM implements its own set of bytecodes for handling heterogeneous execution. These bytecodes are used for handling JIT compilation, device explorati…
-
comment
Comment #22543934
We are integrating TornadoVM with Apache Flink. So the idea is to execute unmodified map/reduce Flink applications automatically on heterogeneous hardware by using TornadoVM in the…
-
comment
Comment #22543902
That's correct. TornadoVM specializes the OpenCL code depending on the target device to increase performance. Also, as you pointed out, it supports some objects through the partial…
-
comment
Comment #22543833
Aparapi is a direct translation from Java bytecode to OpenCL. To do so, Aparapi provides a compiler and a runtime system to automatically handle data and execute the generated Open…