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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Would you use a shared GPU cloud tier?

6 点作者 cpeterson4210 个月前
I.e. a cloud instance that behaves exactly like a normal GPU instance, where behind the scenes the GPU is shared. The advantage here is you only pay when the process is actively using the GPU (not the whole time the instance is running). The downside is the instance would take ~25% longer to run any GPU task.

8 条评论

cpeterson4210 个月前
For anyone curious, here is an early prototype of this tech in action:<p><a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;2qPN4ru" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;2qPN4ru</a><p>Would love to hear your thoughts on how we can make this most useful for you!
评论 #41114550 未加载
cheptsov10 个月前
Sounds like an extremely complex technical problem. I also suggest to look at the use cases when this is needed. One of the problems is that loading weights into the GPU will be so slow that it will be really hard to share the GPU between different processes - causing long time to offload and load. Would love to learn more about what you do.
评论 #41178343 未加载
评论 #41114015 未加载
lbhdc10 个月前
Yes, I have wanted something like this for a while. I try to avoid using gpus where possible because of the expense, and the ephemeral nature of my use.
评论 #41114040 未加载
einsteinx210 个月前
Depending on the price difference from a standard GPU instance, absolutely.
评论 #41178293 未加载
JSDevOps10 个月前
Isn’t this just the cloud? You pay for what you use
评论 #41090087 未加载
billconan10 个月前
Yes, I would use it if the price is affordable.
评论 #41178307 未加载
DamonHD10 个月前
Maybe prefix with &quot;Ask HN:&quot;?
评论 #41088252 未加载
42lux10 个月前
Depends on your workload...