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.

Visualizing Large Datasets on the GPU with Vega and MapD

117 pointsby tmostakalmost 8 years ago

5 comments

coherentponyalmost 8 years ago
&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 未加载
greyskullalmost 8 years ago
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 未加载
jarmitagealmost 8 years ago
@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 未加载
edejongalmost 8 years ago
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 未加载
chensteralmost 8 years ago
Can I use it on a MacBook Pro? My concern is that it doesn&#x27;t have a dedicated GPU.
评论 #14852808 未加载