Task taking 1 CPU plus 1 GPU ?

DanNeely
DanNeely
Joined: 4 Sep 05
Posts: 1364
Credit: 3603645429
RAC: 767213

oohhh shiney. My box is

oohhh shiney. My box is ranked 34 on that list. I wish the metrics posted included actual clock speeds and duty cycles so to facilitate bank for the buck comparisons as well.

cenit
cenit
Joined: 25 Nov 05
Posts: 3
Credit: 14241293
RAC: 0

RE: RE: The SETI guys

Message 96726 in response to message 96723

Quote:
Quote:
The SETI guys swear by Intel -- the only computers in the top 20 or so with AMD chips also have four or five GTX 295s. :)

You'll find the same Intel dominance here at E@H, it's a bit sad :-( .

CU
HB


which compiler do you use? I hope you know that ICC has been identified recently as crippling performances of amd chips...

Richard Haselgrove
Richard Haselgrove
Joined: 10 Dec 05
Posts: 2143
Credit: 3046710743
RAC: 2059637

RE: RE: RE: The SETI

Message 96727 in response to message 96726

Quote:
Quote:
Quote:
The SETI guys swear by Intel -- the only computers in the top 20 or so with AMD chips also have four or five GTX 295s. :)

You'll find the same Intel dominance here at E@H, it's a bit sad :-( .

CU
HB


which compiler do you use? I hope you know that ICC has been identified recently as crippling performances of amd chips...


Recently? Source and link, please.

Most people here are familiar with http://www.swallowtail.org/naughty-intel.shtml, which dates back several years. We periodically test to see whether the tell-tale signs are present in the Einstein executables, both Linux and Windows, and have always come up negative so far.

And so far as I know there isn't a version of ICC targeted on a GPU platform on general release yet - maybe because Intel hasn't released any graphics chips comparable to NVidia's CUDA or ATI's Stream technology yet. Maybe it will come: we'll be watching.

DanNeely
DanNeely
Joined: 4 Sep 05
Posts: 1364
Credit: 3603645429
RAC: 767213

E@H is using GCC now so

E@H is using GCC now so intel's compiler shenanigans can't have any effect on it.

Bikeman (Heinz-Bernd Eggenstein)
Bikeman (Heinz-...
Moderator
Joined: 28 Aug 06
Posts: 3522
Credit: 831574760
RAC: 1243455

RE: E@H is using GCC now so

Message 96729 in response to message 96728

Quote:
E@H is using GCC now so intel's compiler shenanigans can't have any effect on it.

Indeed. Even the Windows app is cross compiled on a Linux box using MinGW (gcc based).

CU
HB

metalius
metalius
Joined: 29 Dec 05
Posts: 44
Credit: 173173853
RAC: 0

1 CPU + 1 GPU = very low

1 CPU + 1 GPU = very low acceleration (less than 20 %).
Is this situation normal?

DanNeely
DanNeely
Joined: 4 Sep 05
Posts: 1364
Credit: 3603645429
RAC: 767213

Yes. The current E@H cuda

Yes. The current E@H cuda app is more of a proof of concept than anything else, it only offloads a single part of the calculation to the GPU while still doing most of the work on the CPU. A future version of the app with more gpu computations is promised but no ETA has been given.

Michael Goetz
Joined: 11 Feb 05
Posts: 21
Credit: 3067690
RAC: 0

RE: 1 CPU + 1 GPU = very

Message 96732 in response to message 96730

Quote:
1 CPU + 1 GPU = very low acceleration (less than 20 %).
Is this situation normal?

Yes. Unfortunately, yes.

E@H (currently) only uses the GPU to do FFT. Most of the work is still done on the CPU. At best, since it's only doing a small portion of the work on the GPU, you'll see a small improvement in speed. If you have a fast CPU and slow GPU, you could even see it take longer running on the GPU.

If you run any other projects on your GPU, you probably will want to turn off Einstein's ability to use your GPU unti they release an app that fully runs on the GPU. Right now, it's really just wasting the GPU's resources.

I think they're working on a version that more fully utilizes the GPU, but there hasn't been a lot of information about that. Stay tuned.

Want to find one of the largest known primes? Try PrimeGrid. Or help cure disease at WCG.

metalius
metalius
Joined: 29 Dec 05
Posts: 44
Credit: 173173853
RAC: 0

Thank You, friends, for Your

Thank You, friends, for Your comments.

John Clark
John Clark
Joined: 4 May 07
Posts: 1087
Credit: 3143193
RAC: 0

Two projects that seem to be

Two projects that seem to be almost totally over to GPU crunching are Milkyway and Collatz.

These are dominated by the AMD ATI graphics cards as the nVidia ones are so, relatively, slow.

Looking in on these 2 projects can give you a good insight to fast GPU crunching, with minimum use of the CPU in support (@20% of 1 core).

There are other GPU supporting projects, which I have not contributed to which will help more (GPUGrid).

Shih-Tzu are clever, cuddly, playful and rule!! Jack Russell are feisty!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.