radeon 5770. Please help me get it running

Message boards : Number crunching : radeon 5770. Please help me get it running
Message board moderation

To post messages, you must log in.

Previous · 1 · 2

AuthorMessage
NewtonianRefractor
Volunteer tester
Avatar

Send message
Joined: 19 Sep 04
Posts: 495
Credit: 225,412
RAC: 0
United States
Message 1099331 - Posted: 21 Apr 2011, 4:17:56 UTC
Last modified: 21 Apr 2011, 4:18:32 UTC

I changed the apps to the new versions. Can someplace please check my new XML file:

<app_info>

<app>
<name>setiathome_enhanced</name>
</app>
<file_info>
<name>AK_v8b_win_SSE3_AMD.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>setiathome_enhanced</app_name>
<version_num>603</version_num>
<platform>windows_intelx86</platform>
<file_ref>
<file_name>AK_v8b_win_SSE3_AMD.exe</file_name>
<main_program/>
</file_ref>
</app_version>
<app_version>
<app_name>setiathome_enhanced</app_name>
<version_num>603</version_num>
<platform>windows_x86_64</platform>
<file_ref>
<file_name>AK_v8b_win_SSE3_AMD.exe</file_name>
<main_program/>
</file_ref>
</app_version>


<app>
<name>astropulse_v505</name>
</app>
<file_info>
<name>ap_5.05r409_SSE.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>astropulse_v505</app_name>
<version_num>505</version_num>
<platform>windows_intelx86</platform>
<file_ref>
<file_name>ap_5.05r409_SSE.exe</file_name>
<main_program/>
</file_ref>
</app_version>
<app_version>
<app_name>astropulse_v505</app_name>
<version_num>505</version_num>
<platform>windows_x86_64</platform>
<file_ref>
<file_name>ap_5.05r409_SSE.exe</file_name>
<main_program/>
</file_ref>
</app_version>


<app>
<name>astropulse_v505</name>
</app>
<file_info>
        <name>ap_5.06_win_x86_SSE2_OpenCL_ATI_r516.exe</name>
        <executable/>
    </file_info>
<file_info>
    <name>AstroPulse_Kernels.cl</name>
    <executable/>
</file_info>
<app_version>
        <app_name>astropulse_v505</app_name>
        <version_num>506</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.20</max_ncpus>
        <plan_class>ati13ati</plan_class>
<cmdline>-ffa_block 6144 -ffa_block_fetch 1536 -instances_per_device 1 -unroll 10 -no_cpu_lock</cmdline>
<flops>30987654321</flops>
             <file_ref>
                  <file_name>ap_5.06_win_x86_SSE2_OpenCL_ATI_r516.exe</file_name>
                  <main_program/>                           
           </file_ref>
    <file_ref>
        <file_name>AstroPulse_Kernels.cl</file_name>
        <copy_file/>
    </file_ref>
   <coproc>
   <type>ATI</type>
   <count>1</count>
   </coproc>
</app_version>

<app>
<name>setiathome_enhanced</name>
</app>
<file_info>
<name>MB_6.10_win_SSE3_ATI_HD5_r177.exe</name>
<executable/>
</file_info>
<file_info>
<name>MultiBeam_Kernels.cl</name>
<executable/>
</file_info>


<app_version>
<app_name>setiathome_enhanced</app_name>
<version_num>610</version_num>
<platform>windows_intelx86</platform>
<avg_ncpus>0.05</avg_ncpus>
<max_ncpus>0.05</max_ncpus>
<plan_class>ati13ati</plan_class>
<cmdline>-period_iterations_num 2 -instances_per_device 1</cmdline>
<flops>20987654321</flops>
<file_ref>
<file_name>MB_6.10_win_SSE3_ATI_HD5_r177.exe</file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>MultiBeam_Kernels.cl</file_name>
<copy_file/>
</file_ref>
<coproc>
<type>ATI</type>
<count>1</count>
</coproc>
</app_version>
</app_info> 


ID: 1099331 · Report as offensive
NewtonianRefractor
Volunteer tester
Avatar

Send message
Joined: 19 Sep 04
Posts: 495
Credit: 225,412
RAC: 0
United States
Message 1099336 - Posted: 21 Apr 2011, 4:31:38 UTC
Last modified: 21 Apr 2011, 4:33:01 UTC

Also since I got the ap_5.06_win_x86_SSE2_OpenCL_ATI_r516.exe app it does not slow down anymore.

But it still uses only about 35% of the GPU and the CPU usage fluctuates from 15 to 23%. That is way too much. It's like it is almost using a whole core. Is that normal?





ID: 1099336 · Report as offensive
Profile Miep
Volunteer moderator
Avatar

Send message
Joined: 23 Jul 99
Posts: 2412
Credit: 351,996
RAC: 0
Message 1099369 - Posted: 21 Apr 2011, 10:39:34 UTC

Ok, looking over the app_info. Looks ok to me. points to note:

I only checked the ATi parts, I assume your CPU parts are installer made.

Flops are system specific. Either take them out or calculate them (application detail page is your friend) but don't use somebody elses.

Whether or not to run with flops is very much a matter of taste nowadays (Joe would disagree I think :) ). If you don't put them in, the server will provide them after the 10th validated task for the app for dcf adjustment. Recomendation is to run a very small cache until that 10th validation is through, to keep the overfetching at transition at a minimum.

Tuning cmd line parameters.

For AP: If you get lags or worse driver restarts, decrease unroll. if you run stable you can try to increase it.
ffa_block should be a multiple of ffa_block_fetch. Start low e.g. -ffa_block 4096 -ffa_block_fetch 2048 and try increasing if it runs fine. sticking to the power of 2 line at first can help.

The will be a system specific best combination - too low slows you down, too high slows you down as well.

Remember AP runtimes depend on blanking % so only compare runtimes on similar blanking %.

For MB: other way round - if you experience lag or driver restarts increase -period_iteration_num


That was tuning in a nutshell.

I don't run ATI, no idea if your GPU/CPU usage is normal

Carola
-------
I'm multilingual - I can misunderstand people in several languages!
ID: 1099369 · Report as offensive
Profile Mike Special Project $75 donor
Volunteer tester
Avatar

Send message
Joined: 17 Feb 01
Posts: 34258
Credit: 79,922,639
RAC: 80
Germany
Message 1099410 - Posted: 21 Apr 2011, 14:31:20 UTC


GPU/CPU usage depends on blanking of the unit.

Low blanking is higher GPU usage and lower CPU usage.
High blanking is lower GPU usage and higher CPU usage.

You have to complete a few units so you can compare the values.

15 - 23% CPU usage is normal.

Units with over 60% blankings uses up to 50% on my 1090T.

GPU load only increases while running at least 2 instances.
But i´m not sure its practicable on a 5770.



With each crime and every kindness we birth our future.
ID: 1099410 · Report as offensive
NewtonianRefractor
Volunteer tester
Avatar

Send message
Joined: 19 Sep 04
Posts: 495
Credit: 225,412
RAC: 0
United States
Message 1099561 - Posted: 22 Apr 2011, 2:49:06 UTC
Last modified: 22 Apr 2011, 2:49:24 UTC

What kind of RAC should I expect if I only crunch with this 5770 GPU? (I use cpu for another project)
ID: 1099561 · Report as offensive
Profile Mike Special Project $75 donor
Volunteer tester
Avatar

Send message
Joined: 17 Feb 01
Posts: 34258
Credit: 79,922,639
RAC: 80
Germany
Message 1099606 - Posted: 22 Apr 2011, 7:27:26 UTC

Your card is crunching a AR 0.4 unit in ~2700 seconds.
That ~40 minutes.
So you can finninsh 30-35 units a day crunching 24/7.
Average of 100-120 credits per unit should give you 3500 - 4000 RAC.



With each crime and every kindness we birth our future.
ID: 1099606 · Report as offensive
NewtonianRefractor
Volunteer tester
Avatar

Send message
Joined: 19 Sep 04
Posts: 495
Credit: 225,412
RAC: 0
United States
Message 1099756 - Posted: 22 Apr 2011, 19:39:10 UTC - in response to Message 1099606.  

Your card is crunching a AR 0.4 unit in ~2700 seconds.
That ~40 minutes.
So you can finninsh 30-35 units a day crunching 24/7.
Average of 100-120 credits per unit should give you 3500 - 4000 RAC.


How does that compare to a similar NVIDIA GPU? For example for gaming the 5770 is a bit faster than a GTS 450 and a bit slower than a 460.

What are the RAC for those?
ID: 1099756 · Report as offensive
Claggy
Volunteer tester

Send message
Joined: 5 Jul 99
Posts: 4654
Credit: 47,537,079
RAC: 4
United Kingdom
Message 1099761 - Posted: 22 Apr 2011, 20:15:30 UTC - in response to Message 1099561.  
Last modified: 22 Apr 2011, 20:17:10 UTC

With Astropulse_v505 you're doing a 0% blanked tasks in about 6,500 secs (like my HD5770), you should be able to do up to 13 AP_v505 tasks a day, (or 7 Heavily Blanked AP_v505 tasks)
once you're done your 10 validations you should ger around 750 Credits a Wu, making a RAC of 5,200 to 10,000,

Claggy
ID: 1099761 · Report as offensive
Profile HAL9000
Volunteer tester
Avatar

Send message
Joined: 11 Sep 99
Posts: 6534
Credit: 196,805,888
RAC: 57
United States
Message 1099788 - Posted: 22 Apr 2011, 21:00:05 UTC - in response to Message 1099756.  

Your card is crunching a AR 0.4 unit in ~2700 seconds.
That ~40 minutes.
So you can finninsh 30-35 units a day crunching 24/7.
Average of 100-120 credits per unit should give you 3500 - 4000 RAC.


How does that compare to a similar NVIDIA GPU? For example for gaming the 5770 is a bit faster than a GTS 450 and a bit slower than a 460.

What are the RAC for those?

For AP work the ATI cards blow the Nvidia ones away. As there is currently no AP app for the Nvidia cards.

For the MB work not so much. I think the the 450/460 cards run in the 10-15m range if not quicker.

In time things may even out or could even move in favor of ATI, but that is where we stand at the moment.
SETI@home classic workunits: 93,865 CPU time: 863,447 hours
Join the [url=http://tinyurl.com/8y46zvu]BP6/VP6 User Group[
ID: 1099788 · Report as offensive
Profile skildude
Avatar

Send message
Joined: 4 Oct 00
Posts: 9541
Credit: 50,759,529
RAC: 60
Yemen
Message 1099790 - Posted: 22 Apr 2011, 21:05:45 UTC - in response to Message 1099788.  

Just a reminder that this is the only project where Nvidia has the advantage. ATI is king on all other projects hands down


In a rich man's house there is no place to spit but his face.
Diogenes Of Sinope
ID: 1099790 · Report as offensive
Profile Mike Special Project $75 donor
Volunteer tester
Avatar

Send message
Joined: 17 Feb 01
Posts: 34258
Credit: 79,922,639
RAC: 80
Germany
Message 1099803 - Posted: 22 Apr 2011, 22:00:38 UTC - in response to Message 1099756.  

Your card is crunching a AR 0.4 unit in ~2700 seconds.
That ~40 minutes.
So you can finninsh 30-35 units a day crunching 24/7.
Average of 100-120 credits per unit should give you 3500 - 4000 RAC.


How does that compare to a similar NVIDIA GPU? For example for gaming the 5770 is a bit faster than a GTS 450 and a bit slower than a 460.

What are the RAC for those?


My friends 450 has a RAC ~7000.



With each crime and every kindness we birth our future.
ID: 1099803 · Report as offensive
Fred W
Volunteer tester

Send message
Joined: 13 Jun 99
Posts: 2524
Credit: 11,954,210
RAC: 0
United Kingdom
Message 1099813 - Posted: 22 Apr 2011, 22:48:25 UTC - in response to Message 1099756.  

How does that compare to a similar NVIDIA GPU? For example for gaming the 5770 is a bit faster than a GTS 450 and a bit slower than a 460.

What are the RAC for those?

My RAC of ~23000 (was ~24000 last week) is for the Q9450 plus the GTX460. I reckon about 6000 of that is from the 4 CPU cores...

F.
ID: 1099813 · Report as offensive
Profile Lint trap

Send message
Joined: 30 May 03
Posts: 871
Credit: 28,092,319
RAC: 0
United States
Message 1099823 - Posted: 22 Apr 2011, 23:19:36 UTC - in response to Message 1099756.  

How does that compare to a similar NVIDIA GPU? For example for gaming the 5770 is a bit faster than a GTS 450 and a bit slower than a 460.

What are the RAC for those?


Lately, my RAC is floating around the 18,000 level. About 3.5-4k of that is cpu. The rest is one (o/c'd) 460.

Martin

ID: 1099823 · Report as offensive
Profile Fred J. Verster
Volunteer tester
Avatar

Send message
Joined: 21 Apr 04
Posts: 3252
Credit: 31,903,643
RAC: 0
Netherlands
Message 1099838 - Posted: 23 Apr 2011, 0:40:23 UTC - in response to Message 1099761.  
Last modified: 23 Apr 2011, 1:03:01 UTC

Still trying different Uroll(16) and ffa_block 2048, ffa_bloc_fetch 4096.
Also running 2 on each EAH5870, which also runs 10% faster, then stock setting.

Gives a higher load on the GPU's, 50-75%, CPU load decreases. (Can't tell by
how much.)

Is there anewer version, I could swear, I saw rev.521?

I'll let a few AP's run with these settings(above), looking at the advance per minute,
it looks this unroll=16 seems a lot faster, GPU load has more then doubled.
I wrote in a post, GPU use 100%, which isn't true ofcoarse, one zero to many! My bad.[/color]

Even my total throughput keeps on rising, I'm gettin allergic reactions , hearing the word, ehhrm ehremm R(ecent) A(verage C(redit), just ( a little) {Just some kiddin around........}

(Problems with my 90 year old mother, Alzheimers...and my own health problems..) (Undiscribable!#*|*#)
Well, I shouldn't bother you with my problems, sorry and I won't mention again,
I just had to write it down, what can you expect from a LUNATIC , ;^)...................
ID: 1099838 · Report as offensive
Previous · 1 · 2

Message boards : Number crunching : radeon 5770. Please help me get it running


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.