+- +-
Say hello if visiting :) by Gecko
11 Jan 2023, 07:43:05 pm

Seti is down again by Mike
09 Aug 2017, 10:02:44 am

Some considerations regarding OpenCL MultiBeam app tuning from algorithm view by Raistmer
11 Dec 2016, 06:30:56 am

Loading APU to the limit: performance considerations by Mike
05 Nov 2016, 06:49:26 am

Better sleep on Windows - new round by Raistmer
26 Aug 2016, 02:02:31 pm

Author Topic: CPU/ATI GPU hybrid AstroPulse for Windows released  (Read 74030 times)

Offline MarkJ

  • Knight o' The Realm
  • **
  • Posts: 96
Re: CPU/ATI GPU hybrid AstroPulse for Windows released
« Reply #30 on: 13 Nov 2009, 10:22:30 pm »
I updated my drivers (using a ATI OpenCL beta v0.2) and have successfully managed to pickup and process a Hybrid Astropulse. unfortunately Beta is down at the moment so I can't report it. It seemed to run through fine, but had nothing else running on the GPU at the time.

Offline benool

  • Squire
  • *
  • Posts: 45
Re: CPU/ATI GPU hybrid AstroPulse for Windows released
« Reply #31 on: 15 Nov 2009, 03:04:28 pm »
So after much struggling with the Catalyst drivers I finally managed to get some crunching done on my Radeon 4550 but it seems to be relying on CPU quite a bit as you can see in the screen shot.

Is that because I use the NO DOUBLE version and so all these operations are performed on the CPU instead?
Any chance of support for full GPU processing like on a GeForce 8600 GTS (a much older card I have in another PC) ?

Anyway I'll have to revert to Catalyst 9.8 because these 9.11beta as well as 9.9/9.10 break DXVA decoding for HD video streams :(

[attachment deleted by admin]

Offline Josef W. Segur

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 3112
Re: CPU/ATI GPU hybrid AstroPulse for Windows released
« Reply #32 on: 16 Nov 2009, 01:08:56 am »
So after much struggling with the Catalyst drivers I finally managed to get some crunching done on my Radeon 4550 but it seems to be relying on CPU quite a bit as you can see in the screen shot.

Is that because I use the NO DOUBLE version and so all these operations are performed on the CPU instead?
...

That's the nature of the hybrid, it does the FFA processing on the GPU (search for repetitive pulses), but single pulses, FFTs, etc. so far have to be done on the CPU. AMD/ATI will eventually provide FFT, I'm sure, though they do not seem as interested in scientific code as nVidia. But if they want to produce video cards usable in new Apple systems they must have adequate OpenCL support, and that should provide motivation for improvement.
                                                                            Joe

Offline Skywalker66_Bln

  • Squire
  • *
  • Posts: 26
Re: CPU/ATI GPU hybrid AstroPulse for Windows released
« Reply #33 on: 16 Nov 2009, 10:54:13 am »
I am testing now.... Wu's incoming

My Hard: AMD Dualcore, Ati HD2600 (now CAT 9.2 changed from 9.10), XP 32 Bit


<app>
 <name>astropulse_v505</name>
 </app>
   <file_info>
        <name>ap_5.05_win_x86_SSE3_BROOK_r280_NO_DOUBLE.exe</name>
        <executable/>
       </file_info>

       <app_version>
        <app_name>astropulse_v505</app_name>
        <version_num>505</version_num>
   <avg_ncpus>0.10</avg_ncpus>
   <max_ncpus>0.40</max_ncpus>
   <coproc>
   <type>ATI</type>
   <count>1.0</count>
   </coproc>
        <file_ref>
        <file_name>ap_5.05_win_x86_SSE3_BROOK_r280_NO_DOUBLE.exe</file_name>
        <main_program/>                           
        </file_ref>
       </app_version>

My GPU work very seldom almost all 3 minutes for 1 minute, then pause. Have anyone an idee to get better performance ?

Have happy crunching

greetz

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: CPU/ATI GPU hybrid AstroPulse for Windows released
« Reply #34 on: 16 Nov 2009, 10:57:48 am »
try to sen <count> to 0.5 instead of 1
It will allow 2 AP tasks instead of one. This should increase GPU usage.

Offline Skywalker66_Bln

  • Squire
  • *
  • Posts: 26
Re: CPU/ATI GPU hybrid AstroPulse for Windows released
« Reply #35 on: 16 Nov 2009, 11:18:18 am »
that is right, also all Multibeamsclients pause and both Astropulse are running with je 50% Cpu Power

for my wish, i want to run 2 Multibeams + 1 Astropule (Like Cuda)  ;)

it works with my writing before, WU time goes longer (2. core double the time), to credits and avd.credit still too early

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: CPU/ATI GPU hybrid AstroPulse for Windows released
« Reply #36 on: 16 Nov 2009, 11:30:29 am »
that is right, also all Multibeamsclients pause and both Astropulse are running with je 50% Cpu Power

for my wish, i want to run 2 Multibeams + 1 Astropule (Like Cuda)  ;)

it works with my writing before, WU time goes longer (2. core double the time), to credits and avd.credit still too early
Set avg_ncpus to low value to allow Multibeam be running together with AP

Offline Skywalker66_Bln

  • Squire
  • *
  • Posts: 26
Re: CPU/ATI GPU hybrid AstroPulse for Windows released
« Reply #37 on: 16 Nov 2009, 11:39:47 am »
thank you for the tip. lower under 0.10 i would not have dared, however, an attempt is worth, it will test during the next days

greetz  :) :) :) :) :) :)

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: CPU/ATI GPU hybrid AstroPulse for Windows released
« Reply #38 on: 16 Nov 2009, 12:46:59 pm »
thank you for the tip. lower under 0.10 i would not have dared, however, an attempt is worth, it will test during the next days

greetz  :) :) :) :) :) :)
You can set it to 0 as long as <count> will not go lower than 0.5.
Anyway, only 2 AP from launched by BOINC will consume memory and do progress at time.

JeffT

  • Guest
Re: CPU/ATI GPU hybrid AstroPulse for Windows released
« Reply #39 on: 17 Nov 2009, 10:00:03 pm »
Is there a readme file that explains all of the parameters?  ie.  <platform>windows_intelx86</platform>,    <count>0.01</count>
etc..

Jeff

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: CPU/ATI GPU hybrid AstroPulse for Windows released
« Reply #40 on: 17 Nov 2009, 11:11:48 pm »
Is there a readme file that explains all of the parameters?  ie.  <platform>windows_intelx86</platform>,    <count>0.01</count>
etc..

Jeff
somewhere in BOINC's WiKi maybe...

Offline sunu

  • Alpha Tester
  • Knight who says 'Ni!'
  • ***
  • Posts: 771
Re: CPU/ATI GPU hybrid AstroPulse for Windows released
« Reply #41 on: 18 Nov 2009, 08:32:49 am »
somewhere in BOINC's WiKi maybe...

Here, though it isn't very detailed.

Offline M_M

  • Squire
  • *
  • Posts: 32
Re: CPU/ATI GPU hybrid AstroPulse for Windows released
« Reply #42 on: 19 Nov 2009, 12:31:00 pm »
Installed as specified a few days ago, but can't get any AP WU?

Yes, I have checked to receive all three types of units (seti, ap, apv5), and seti units are getting in, bot not the AP;

In messages, I get:
19.11.2009 9:57:29   SETI@home   Sending scheduler request: To fetch work.
19.11.2009 9:57:29   SETI@home   Reporting 2 completed tasks, requesting new tasks for GPU
19.11.2009 9:57:39   SETI@home   Scheduler request completed: got 0 new tasks
19.11.2009 9:57:39   SETI@home   Message from server: No work sent
19.11.2009 9:57:39   SETI@home   Message from server: No work is available for Astropulse v5

Any ideas? I am using Boinc 6.10.17 and ATI Catalyst 9.10.


My app_info.xml:

<app_info>
   <app>
      <name>astropulse_v505</name>
   </app>
   <file_info>
           <name>ap_5.05_win_x86_SSE3_BROOK_r280.exe</name>
           <executable/>
       </file_info>
       <app_version>
           <app_name>astropulse_v505</app_name>
           <version_num>505</version_num>
      <avg_ncpus>0.1</avg_ncpus>
      <max_ncpus>0.5</max_ncpus>
   <coproc>
   <type>ATI</type>
   <count>0.5</count>
   </coproc>
             <file_ref>
                  <file_name>ap_5.05_win_x86_SSE3_BROOK_r280.exe</file_name>
                  <main_program/>                           
           </file_ref>
       </app_version>
    <app>
        <name>setiathome_enhanced</name>
    </app>
    <file_info>
        <name>AK_v8_win_SSE41.exe</name>
        <executable/>
    </file_info>
    <app_version>
        <app_name>setiathome_enhanced</app_name>
        <version_num>528</version_num>
        <file_ref>
           <file_name>AK_v8_win_SSE41.exe</file_name>
            <main_program/>
        </file_ref>
    </app_version>
 <app_version>
        <app_name>setiathome_enhanced</app_name>
        <version_num>603</version_num>
        <file_ref>
           <file_name>AK_v8_win_SSE41.exe</file_name>
            <main_program/>
        </file_ref>
    </app_version>
</app_info>





Offline _heinz

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 2117
Re: CPU/ATI GPU hybrid AstroPulse for Windows released
« Reply #43 on: 19 Nov 2009, 01:39:24 pm »
It's really no work from astropulse available at the moment, please look at the server site of seti and you see the astropulse splitters are off... as long as they are off no work.   :'(
We are all waiting....


Offline Josef W. Segur

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 3112
Re: CPU/ATI GPU hybrid AstroPulse for Windows released
« Reply #44 on: 20 Nov 2009, 12:04:17 am »
...
19.11.2009 9:57:39   SETI@home   Message from server: No work sent
19.11.2009 9:57:39   SETI@home   Message from server: No work is available for Astropulse v5

Any ideas? I am using Boinc 6.10.17 and ATI Catalyst 9.10.
...

The project sometimes splits work for "Astropulse v505", and that's what the app_info.xml indicates your host is prepared to handle. But the "If no work for selected applications is available, accept work from other applications?   yes" setting in the project preferences is needed for SETI main. The "Astropulse" and "Astropulse v5" settings are basically meaningless now, the first is totally gone and resends of tasks for the second are perhaps possible but highly unlikely.
                                                                               Joe

 

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?
Members
Total Members: 97
Latest: ToeBee
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 59559
Total Topics: 1672
Most Online Today: 54
Most Online Ever: 983
(20 Jan 2020, 03:17:55 pm)
Users Online
Members: 0
Guests: 33
Total: 33
Powered by EzPortal