Live data from Hacker News

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

news.ycombinator.com

1–10 of 20 posts

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

#1
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.

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

#7
post #6

Isn’t this just the cloud? You pay for what you use

Essentially yes. The difference would be that we measure "what you use" more granularly since you'll only be charged while something is being run on the GPU, not the entire time the instance is running.

This is where the "shared" aspect would come in, since during unused GPU cycles someone else could use the GPU.

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

#10
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.
Post reply on HN