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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Visualizing Large Datasets on the GPU with Vega and MapD

117 点作者 tmostak将近 8 年前

5 条评论

coherentpony将近 8 年前
&gt; MapD uses Vega to drive the rendering engine directly on the result set of a SQL query without ever requiring the data to leave the GPU<p>How big is the dataset? If it can&#x27;t ever leave the GPU then it is at most a few GB? Unless there are several GPUs at play then it&#x27;s N * (a few GB). If there are a few GPUs at play then this dataset would fit into DDR3 RAM on a single mainstream Xeon node, or entirely into MCDRAM on a Xeon Phi node.<p>Please correct me if I&#x27;m wrong.
评论 #14844625 未加载
评论 #14846137 未加载
greyskull将近 8 年前
At first, I thought it was referring to AMD&#x27;s new Vega GPU family. I was hoping they found a particularly good use case for it.
评论 #14844915 未加载
评论 #14844656 未加载
jarmitage将近 8 年前
@tmostak large dataset visualisation like this looks great, but one of the most appealing parts of Vega for me is interaction. It&#x27;s just as easy with Vega to create composite interactions for filtering and navigating data as it is to visualise it. Is there any scope for this type of architecture to support more than just serving rendered PNGs? (Can it do that at 60fps? :P)
评论 #14847935 未加载
评论 #14847570 未加载
edejong将近 8 年前
A lot of these visualisations would benefit greatly by using 2d or 3d kernel density estimates instead of a simple scatter plot. See for example: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;Xz_7Ej6JsMY" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;Xz_7Ej6JsMY</a>
评论 #14847804 未加载
chenster将近 8 年前
Can I use it on a MacBook Pro? My concern is that it doesn&#x27;t have a dedicated GPU.
评论 #14852808 未加载