AMD Preps For Server Graphics Push
Nerval's Lobster writes "AMD named John Gustafson as senior fellow and chief product architect of AMD's Graphics Business Unit, the former ATI graphics business unit. Gustafson, known for developing a key axiom governing parallel processing, will apply that knowledge to AMD's more traditional graphics units and GPGPUs, co-processors that have begun appearing in high-performance computing (HPC) systems to add more computational oomph via parallel processing. At the Hot Chips conference, AMD's chief technical officer, Mark Papermaster, also provided a more comprehensive look at AMD's future in the data center, claiming that APUs were the keystone of the 'surround computing era,' where a wealth of data — through sensors, gestures, voice, augmented reality, metadata, and HD video and graphics — will need to be contextualized, analyzed, and either encrypted or assigned privacy policies. That, of course, means the cloud must shoulder the computational burden."
Nvidia could really use some competition in the server space. The render farms and most GPGPU (or CUDA) are pretty much completely dependent on Nvidia.
Geez, didn't we have this stuff years ago, only it was called mainframes and minicomputers?
Someone refresh my memory as to why we fled those for PC's? Oh yeah, it cost too much to centralize, the 'one size fits all' solutions actually fit no one, and it took too long to wait for someone to fix things or come up with new tools.
Same problem with "the cloud". Good luck with it.
Except a modern GPU is basically a coprocessor that, 99% of the time, is used to run a library that primarily does graphics. Rendering, shading, transformation, those are now all done "in software". The only things still done "in hardware" are texture lookups and video output (turning an int[4][1080][1920] into a DVI or HDMI or VGA or whatever signal.
They're also a pretty high-volume market, so you get them much cheaper than you would a custom-built coprocessor or even FPGA, and they're *probably* better-designed than the one you would make, as they have entire teams of professionals working on them.
Also, both nVidia and AMD already make "compute-only" cards - nVidia under the brand "Tesla", AMD under the brand "FireStream".
There's a big problem, however: http://developer.amd.com/sdks/AMDAPPSDK/assets/App_Note-Running_AMD_APP_Apps_Remotely.pdf
To run apps that use AMD's GPU's remotely (ie. not from a local X11 session - and I mean "Local X11 session"), you have to open a security hole so big you can fit Rush Limbaugh's ego through it.
* Log into the system as root. /dev/ati/card*
* Add "Xhost +" to your X11 startup config (so every X session allows anybody to access it... with root permissions)
* chmod ugo+rw
I asked a group of devs from X.org how stupid it was... the short answer is "how stupid is giving root access to everybody?"
So, I asked AMD when they were planning on fixing the problem.
Short answer: Not for the foreseeable future.
I seem to recall a similar issue where CERT told users not to use AMD drivers for Windows, because it forces Windows to disable many of its security features.
I'm sensing a trend...
Do you want this kind of irresponsibility in the datacenter? EVER?
-- Sometimes you have to turn the lights off in order to see.
You'd be surprised at how useful servers with GPUs are these days. When you're talking about clients like iPad and android devices, often the rendering is done server side and then sent to the client. A (CAD related) product I work on renders thumbnails using a server GPU. There is also a game service that does all rendering server side and sends it to a display (often a TV).