TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

TornadoVM v1.0 Released

40 pointsby lichtenbergerover 1 year ago

3 comments

JonChesterfieldover 1 year ago
The main pages suggests you can take java code and it runs faster if there are gpus present. I like implicit concurrency so looked further.<p>The documentation on using it suggest there&#x27;s a parallel annotation which tries to build something, while the main API is at <a href="https:&#x2F;&#x2F;tornadovm.readthedocs.io&#x2F;en&#x2F;latest&#x2F;programming.html#kernel-api" rel="nofollow noreferrer">https:&#x2F;&#x2F;tornadovm.readthedocs.io&#x2F;en&#x2F;latest&#x2F;programming.html#...</a>. That&#x27;s the traditional clunky kernel interface from opencl et al.<p>So I think this is roughly exposing the usual GPU programming model, but in Java instead of C++, with some early steps towards openmp&#x2F;openmp c style concurrency available as well.<p>Interesting project but not what the marketing page got my hopes up for.
评论 #38542986 未加载
lichtenbergerover 1 year ago
Here&#x27;s the project website: <a href="https:&#x2F;&#x2F;www.tornadovm.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.tornadovm.org&#x2F;</a>
MrBuddyCasinoover 1 year ago
I wondered about the performance delta to &quot;native&quot; CUDA kernels, and was disappointed there are only benchmark comparisons to single-threaded Java on their website.
评论 #38541861 未加载