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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

STL on the GPU with Thrust

47 点作者 BudVVeezer将近 14 年前

5 条评论

sehugg将近 14 年前
Not to be "that guy" .. but the headline is a little misleading; the library has similarities in syntax with STL but it is not a replacement.
spitfire将近 14 年前
I've been waiting to see something like this for a while. Expect more of this sort of thing in the future. openCL seems a bit wordy to me. I won't be surprised if you lose a few % performance with this, but that's a decent tradeoff I think.<p>In the long term, expect the GPU to go away and be absorbed by the cpu. Just like the FPU used to be an add on chip, and was absorbed into the CPU, so will the GPU.
评论 #2659752 未加载
评论 #2659942 未加载
evangineer将近 14 年前
Could be quite useful with Amazon's AWS Cluster GPU instances: <a href="http://aws.amazon.com/ec2/hpc-applications/" rel="nofollow">http://aws.amazon.com/ec2/hpc-applications/</a>
nuclear_eclipse将近 14 年前
Quick question: why is transferring to the device done by assignment, while transferring back to the host done by a copy function?
评论 #2659184 未加载
wccrawford将近 14 年前
That's pretty nice. Does anyone know if it's smart enough to use the second GPU if you're using the primary one already, and if it'll use CPU as a last resort in case no GPUs are available?