TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

TornadoVM v1.0 Released

40 点作者 lichtenberger超过 1 年前

3 条评论

JonChesterfield超过 1 年前
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 未加载
lichtenberger超过 1 年前
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>
MrBuddyCasino超过 1 年前
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 未加载