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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

SIMD Vectorization in Julia

126 点作者 mlubin超过 10 年前

5 条评论

mlu超过 10 年前
This looks great! I used Julia in my Master's thesis and it was very fast and easy to use. One thing however was annoying: The lack of shared memory parallel computing. Unfortunately, in Julia, each parallel process has its own memory such that you have to keep multiple instances of your data and/or move data around all the time. This can be a deal breaker if working with very large data sets and actually is preventing me from using Julia even more. But I'm sure, it's on the right track.
评论 #8324332 未加载
评论 #8324336 未加载
评论 #8323728 未加载
pjmlp超过 10 年前
Julia is really shaping up quite nicely.
etrain超过 10 年前
Looks like a very nice feature - but would be great if they provided some actual benchmarks showing when vectorization is faster than not. For example, if you're bound by memory bandwidth, no amount of extra compute is going to help you.
hitlin37超过 10 年前
as always, intel comes up with nice tutorial from time to time.
评论 #8324425 未加载
评论 #8324075 未加载
z3t4超过 10 年前
This needs to be ported to JavaScript, or at least update the Math library to include Vectors.