Slashdot Log In
Impressive GPU Numbers From Folding@Home
Posted by
kdawson
on Fri Oct 13, 2006 06:20 PM
from the that's-fast dept.
from the that's-fast dept.
ludd1t3 writes, "The Folding@Home project has put forth some impressive performance numbers with the GPU client that's designed to work with the ATI X1900. According to the client statistics, there are 448 registered GPUs that produce 29 TFLOPS. Those 448 GPUs outperform the combined 25,050 CPUs registered by the Linux and Mac OS clients. Ouch! Are ASICs really that much better than general-purpose circuits? If so, does that mean that IBM was right all along with their AS/400, iSeries product which makes heavy use of ASICs?"
Related Stories
[+]
Science: Folding@Home Releases GPU Client 177 comments
SB_SamuraiSam writes, "Today the Folding@Home Group at Stanford University released a client (download here) that allows participants to fold on their ATI 19xx series R580-core graphics cards. AnandTech reports, 'With help from ATI, the Folding@Home team has created a version of their client that can utilize ATI's X19xx GPUs with very impressive results. While we do not have the client in our hands quite yet, as it will not be released until Monday, the Folding@Home team is saying that the GPU-accelerated client is 20 to 40 times faster than their clients just using the CPU.'"
[+]
Slashback: IceWeasel, Online Gambling, GPU Folding, Evolution 214 comments
Slashback tonight brings some clarifications and updates to previous Slashdot stories, including: The facts about Debian Iceweasel; A closer look at Folding@home's GPU client; David Brin's lament; Online gambling ban may violate international law; Human species may do whatnow?; and Another RIAA lawsuit dropped. Read on for details.
[+]
GPUs To Power Supercomputing's Next Revolution 78 comments
evanwired writes "Revolution is a word that's often thrown around with little thought in high tech circles, but this one looks real. Wired News has a comprehensive report on computer scientists' efforts to adapt graphics processors for high performance computing. The goal for these NVidia and ATI chips is to tackle non-graphics related number crunching for complex scientific calculations. NVIDIA announced this week along with its new wicked fast GeForce 8800 release the first C-compiler environment for the GPU; Wired reports that ATI is planning to release at least some of its proprietary code to the public domain to spur non-graphics related development of its technology. Meanwhile lab results are showing some amazing comparisons between CPU and GPU performance. Stanford's distributed computing project Folding@Home launched a GPU beta last month that is now publishing data putting donated GPU performance at 20-40 times the efficiency of donated CPU performance."
[+]
Technology: BOINC Now Available For GPU/CUDA 20 comments
GDI Lord writes "BOINC, open-source software for volunteer computing and grid computing, has posted news that GPU computing has arrived! The GPUGRID.net project from the Barcelona Biomedical Research Park uses CUDA-capable NVIDIA chips to create an infrastructure for biomolecular simulations. (Currently available for Linux64; other platforms to follow soon. To participate, follow the instructions on the web site.) I think this is great news, as GPUs have shown amazing potential for parallel computing."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
Are ASICs really that much better? (Score:5, Funny)
Generally ASICs are much better than general-purpose circuits except in general cases.
Re: Are ASICs really that much better? (Score:4, Insightful)
Parent
Re: Are ASICs really that much better? (Score:5, Interesting)
Parent
IBM right all along, or obvious? (Score:3, Funny)
Distributed amongst home users (Score:5, Funny)
Solomon
Re:Distributed amongst home users (Score:5, Interesting)
Parent
GPUs are Specialized Parallel Computers (Score:5, Insightful)
Making a general purpose parallel computer is very, very hard. It just so happens that you can use things like shaders for more than just graphics processing, and so via OpenGL and DirectX you can make GPUs do some nifty things.
In theory, and indeed often in practice, parallel computers are much, much faster than their serial counterparts. Hence the reason a GPU that costs $200 can render incredible 3D scenes that a $1000 CPU wouldn't have a prayer trying to render.
Re:GPUs are Specialized Parallel Computers (Score:5, Informative)
Here's a Wikipedia article [wikipedia.org] on general purpose GPU processing.
Folding is what's know as a rediculously parallel problem. That is, it can be broken up in to small subproblems that can be distributed among many processors with a minimal amount of communication among processors. It also benefits from not requiring a lot of branching (if/switch statements and such), which GPUs generally do not handle well.
Many problems, (I'd argue MOST problems) do not cater well to these kinds of restrictions. So, while a GPU is well suited to crunching away on pieces of the folding problem, it's going to be lousy at doing the day-to-day stuff you do with your computer.
Parent
Re:GPUs are Specialized Parallel Computers (Score:5, Informative)
Parent
This is the perfect time... (Score:3, Interesting)
I actually installed boinc with seti on several of my machines last night and it worked quite well to heat part of the house (us Canadians need to turn the heater on earlier). Took a bit of time to get started, but it was nice and toasty in the morning.
Does anyone know if this method is less efficient in generating heat than using a apace heater? Slower perhaps...
If you're going to use energy by turning on the wall heater anyways, why not use it to crunch some numbers?
Re:This is the perfect time... (Score:5, Insightful)
Using your CPU as a space heater is not a bad idea. It is 100% efficient. Every watt it consumes gets turned into heat. Before someone says "but the cooling fans are wasteful" let me remind you that the air moved by those cooling fans will eventually come to a stop (inside your house) as a result of friction, releasing its energy as heat in the process.
Depending on what type of space heater you use, and the construction of your house, your computer can be more efficient than many other electric space heaters. Since none of the energy "consumed" by your CPU/GPU is converted to visible light, none of it has the opportunity to leave your house through your window panes (assuming you have IR reflective glass). Contrast this to quartz and halogen space heaters which produce a fair amount of visible light.
In much the same way, incandescent bulbs match the efficiency of compact fluorescents during the winter months. Every watt "wasted" as heat during the summer is now performing useful work heating your house. (Before someone says "you called a quartz/halogen space heater inefficient because of its waste light, and now an incandescent efficient because of its waste heat!' let me say that the space heater's light is not useful light, while the bulb's heat is useful heat (during the cool months.))
Parent
Re:This is the perfect time... (Score:4, Informative)
Not true. You aren't taking into account Power Factor at all... Not that I'm surprised, as most people don't understand it.
With switching power supplies, it's common to see PF in the range of 0.4, as opposed to fully-resistive electric space-heaters (and incandesent lightbulbs) with a perfect 1.0 PF.
Residential customers are lucky, in that they don't get charged for PF losses by the power company, while companies certainly do. However, it's still highly ineffecient, even if you aren't paying for it directly.
And besides that, electric heating is almost always more expensive than conventional heating, like natural gas, or electric heatpumps.
Parent
Not really. (Score:4, Insightful)
>Using your CPU as a space heater is not a bad idea. It is 100% efficient.
Not really. Consider exergy [wikipedia.org]. Yes, your CPU is just as efficient as any electric space heater. However, consider that the alternative is probably burning natural gas or oil in a furnace. If you burn fuel for heat, 90%+ of the chemical energy goes to producing heat (the rest is lost as unburnt hydrocarbons in the exhaust). If you burn fuel to spin a turbine at a power plant, only about 40% goes to electrical energy, and unless it's a cogeneration plant which uses the waste heat for industrial purposes, the rest is lost as heat up the smokestacks. So, starting from the fossil-fuel source, electrical heating is less than half as efficient as burning fuel for heat. If you do need to heat using electric power, it's much more efficient to use that electricity to pump heat in from a lower temperature outside than it is to turn that electricity itself into heat.
If you are stuck with electric (non-heat-pump) heating in your house, however, you are correct: There is absolutely no reason not to run your CPU or any other electrical appliance full tilt.
Parent
Re:This is the perfect time... (Score:4, Insightful)
Natural gas is (cdn)$0.278287 per cubic meter, and electricity is 0.058
At 96% efficiency, natural gas works out to 0.027331 / kwh, (3413 btu in 1 kwh) or 47% of the cost of electricity at today's prices in Toronto.
So 1/3 was a bit of hyperbole, but not too much.
Parent
Re: (Score:3, Funny)
That makes it a little better... right?
Please?
Move the vector processor on-board? (Score:4, Interesting)
Couldn't we finally have graphics cards that only give output to the screen and separate vector processors with a standardized interface / instruction set?
Remember: 1 GPU has more than one processor. (Score:5, Informative)
Standard CPU - 1 core (assuming dual cores get read as 2 CPUs).
448 GPUs x 56 = 25,088 effective processors all with on card memory.
25,050 CPUs x 1 core = 25,050 effective processors all dealing with system busses etc.
In short, if you're performing one simple task trillions of times, many very simple, highly optimized processors with dedicated memory do the job better than even a similar number of much more capable processors that have to play nice across a whole system.
And this ignores the number of old couple of hundred megahertz systems that people don't use anymore so hand over to the task vs. X1900s being the very high end of ATIs most recent line.
For massively parallel tasks like rendering pixels, folding proteins, compressing frames of a movie, etc. I'd absolutely love large quantities of a simple processor. For most other tasks, given present technology, I'd still side with fewer more able processors. Either way comparing 448 of something with 56 processors within it to 25,000 single processors and saying, "But 448 is SO much less than 25,000!" is an unfair comparrison.
Actually Linux users have good hardware: (Score:4, Informative)
I took (TFlop/active cpu)*1000 to get a readable number --
or Gflops/cpu
Windows is
Mac is
Linux is 1.21
And GPU is 65!
The source:
http://fah-web.stanford.edu/cgi-bin/main.py?qtype
The average Linux user proably has a decent AMD Athlon,
The average Windoze user has a P4 Dell.
Athlons just crunch the math better.
Re:So obvious... (Score:5, Funny)
Parent
Re:So obvious... (Score:5, Funny)
Parent
Re:Lopsided Alright.. (Score:4, Insightful)
Parent
Re:Lopsided Alright.. (Score:5, Insightful)
Parent
Re:Lopsided Alright.. (Score:5, Informative)
Unless you are saying all CPUs are pegged at 99.9% use, or the GPU has memory three orders of magnitude faster then you're just looking at a effects that make a few percent difference here and there. The simple fact is the GPU is insanely faster at solving specific problems (3D processing) while it simply cannot ever run an operating system.
Parent
Re:Lopsided Alright.. (Score:4, Interesting)
1. GPU: 65.463
2. Linux: 1.219
3. Windows: 0.948
4. Mac: 0.511
Of course, GPU beating the hell out of CPU in such tests is no surprise. It's pretty much a massive parallel vector engine. I'm more interested in seeing how PS3 holds agains all other guys when it comes out. They have a folding client for PS3 already.
Parent
Re:Not a mystery (Score:5, Insightful)
500 users out of 25000 means that you have at most taken the 2 percent highest performers out of the CPU pool. If we assume that those 2 percent have computers that are 5 times as powerful as the average computer, then we have lowered the average performance of the CPU pool by roughly 9%.
This 9% systematic effect will lower the reported performance superiority of around 5000% of the GPU vs. the CPU to something like 4500%. I.e. it doesnt change the result at all (which seems to be that GPUs kick ass for these applications).
Parent