Hacker News new | past | comments | ask | show | jobs | submit login

A bit off topic, but do the people using deep learning GPUs use the same device for desktop graphics? There aren't problems with display lockups etc?



Not exactly on the deep learning side, but I am a scientist who does some computatinoal work on the GPU.

You're right that we don't use our computer card for our graphics and, as many people pointed out, the computation will wind up running on a headless server. On the other hand, during development, our code will be running on our desktops and will be using the GPUs on the graphics card. I've witnessed a developer's frustration with X11 driver issues cause a project to transition from CUDA to OpenCL.

Granted, he didn't just throw a hissy fit an port the code. Rather, it inspired him to write up a tradeoff analysis of OpenCL versus CUDA that showed that OpenCL offered this specific project significant benefits and that the main selling points of CUDA weren't being used in this instance. He also wound up rage coding a prototype port to OpenCL to go along with the proposal.

The project would have moved eventually, since it was the better engineering decision in this case, but it was about a half decade away on the timeline until the lead dev's compositor stopped work.


I can only speak from my own experience (2-3 GPU rigs running tensorflow) but I have never had any trouble. Full Ubuntu desktop. Training models on the GPU does not cause any problems with display lockups etc.


My home deep learning machine only had a monitor long enough to install Ubuntu. After that it's been accessed entirely through ssh on my home lan...

I sometimes fantasize about hooking up twelve monitors for a wicked game of descent, though.


We can't even if we wanted too ;) (most Teslas don't have video output).


We don't use the display at all - there's not a lot of space in the server room for monitors.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: