+- +-
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: Modified SETI MB CUDA + opt AP package for full GPU utilization  (Read 154527 times)

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #90 on: 06 Jan 2009, 08:46:54 pm »
Can't just copy berkeley's over existing files - will rewrite svn data that way too.... so updated just separate files.
Incostintent line endings error again....

Offline Jason G

  • Construction Fraggle
  • Knight who says 'Ni!'
  • *****
  • Posts: 8980
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #91 on: 06 Jan 2009, 09:55:16 pm »
Yeah, opening the changed files with Visual studio before trying to commit should fix that, though you'd have to see if the option is turned on in VS options to check/fix consistency on open.

I kindof like SVN's paranoia about line endings consistency, despite they should be set to native and not care.  It can be revealing to see which files have the mixture.

Note: Copy over the files, not the SVN hidden data directory and you'll be right. (It's hidden for that exact reason, you want to update your svn not corrupt it)
« Last Edit: 06 Jan 2009, 10:27:34 pm by Jason G »

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #92 on: 07 Jan 2009, 06:30:25 am »
Note: Copy over the files, not the SVN hidden data directory and you'll be right. (It's hidden for that exact reason, you want to update your svn not corrupt it)
Hm... I revert folder settings to not show hidden files but explorer tries to overwrite .svn folder anyway....  Why it keeps do that ?...
I try to copy via right click Copy/Paste with all folders in seti_boinc selected.

Will export files from berkeley's rep first to get rid from .svn folders, then copy over sinbad's rep. It should work better :)
« Last Edit: 07 Jan 2009, 06:37:54 am by Raistmer »

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #93 on: 07 Jan 2009, 06:43:49 am »
At revision: 65

Offline Jason G

  • Construction Fraggle
  • Knight who says 'Ni!'
  • *****
  • Posts: 8980
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #94 on: 07 Jan 2009, 06:56:52 am »
Ahh Yes! You are learning the hard juggling act I had to do to update the AstroPulse 4.35 to Berkeley v5 sources.  It takes much beer and unnatural patience.  8)  .  Will take a look see what you've done and see if I can suggest anything.

Jason

Archangel999

  • Guest
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #95 on: 08 Jan 2009, 05:17:07 am »
  v_BaseLineSmooth (no other)
            v_GetPowerSpectrum 0.00016 0.00000
                   v_ChirpData 0.01060 0.00000
                  v_Transpose4 0.00415 0.00000
               FPU opt folding 0.00290 0.00000
Cuda error 'cudaMemcpy(&flags, dev_flag, sizeof(*dev_flag), cudaMemcpyDeviceToHost)' in file 'd:/BTR/seticuda/Berkeley_rep/client/cuda/cudaAcc_gaussfit.cu' in line 510 : unknown error.

</stderr_txt>
]]>


---------------------------------

  v_BaseLineSmooth (no other)
            v_GetPowerSpectrum 0.00016 0.00000
                   v_ChirpData 0.01154 0.00000
                  v_Transpose4 0.00495 0.00000
               FPU opt folding 0.00199 0.00000
Cuda error 'cudaAcc_summax32_kernel' in file 'd:/BTR/seticuda/Berkeley_rep/client/cuda/cudaAcc_summax.cu' in line 147 : unknown error.

</stderr_txt>
]]>

---------------------------------

             v_BaseLineSmooth (no other)
            v_GetPowerSpectrum 0.00016 0.00000
                   v_ChirpData 0.01156 0.00000
                  v_Transpose4 0.00444 0.00000
               FPU opt folding 0.00292 0.00000
Cuda error 'cudaMemset(dev_flag, 0, sizeof(*dev_flag))' in file 'd:/BTR/seticuda/Berkeley_rep/client/cuda/cudaAcc_gaussfit.cu' in line 499 : unknown error.

</stderr_txt>
]]>

-------------------------------

       v_BaseLineSmooth (no other)
            v_GetPowerSpectrum 0.00017 0.00000
                   v_ChirpData 0.01245 0.00000
                  v_Transpose4 0.00441 0.00000
               FPU opt folding 0.00194 0.00000
Cuda error 'cudaAcc_GetPowerSpectrum_kernel' in file 'd:/BTR/seticuda/Berkeley_rep/client/cuda/cudaAcc_PowerSpectrum.cu' in line 56 : unknown error.

</stderr_txt>
]]>

----------------------

and more errors this is with MB_6.06r380mod_CUDA.exe with Windows Xp x64 and 180.84 cuda driver and SEtI 6.05


Best Regards
D.Draganov

Archangel999

  • Guest
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #96 on: 09 Jan 2009, 12:42:53 pm »
i'm waiting for new version or some update i cannot understand why cuda application won't start it still at 0.00% and then i have to suspend that wu and go to another i see that the raistmer application is backround running .... all 30 pack hade to suspend because they won't start 13 hour at 0,00%  :o .... but some done with no problem


Best Regards
D.Draganov
« Last Edit: 09 Jan 2009, 12:45:01 pm by Archangel999 »

Maik

  • Guest

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #98 on: 09 Jan 2009, 12:53:36 pm »
i'm waiting for new version or some update i cannot understand why cuda application won't start it still at 0.00% and then i have to suspend that wu and go to another i see that the raistmer application is backround running .... all 30 pack hade to suspend because they won't start 13 hour at 0,00%  :o .... but some done with no problem


Best Regards
D.Draganov
Check what AR they have, please. And try to use Maik's VB script, indeed, to restart hang task.

Archangel999

  • Guest
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #99 on: 09 Jan 2009, 04:07:25 pm »
Raimster work but wow a lot of wu are in the crash section :D :D

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #100 on: 09 Jan 2009, 04:10:33 pm »
Raimster work but wow a lot of wu are in the crash section :D :D
tasks come in packs, so whole low AR pack could be crashed (better - canceled before ;) ) at once.

Maik

  • Guest
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #101 on: 09 Jan 2009, 04:11:45 pm »
Raimster work but wow a lot of wu are in the crash section :D :D

Oh Hell !

did u read that:

Be carful if you use that 'automated' WU-cleaning (process-terminating). Check your host from time to time.
Some WU's are causing your grafic driver to crash. The result are a lot of failing WU's in a row (noticed that this morning at my host).
The crash announces itself with around jumping pixels everywhere. Some users posted that already ...

if u notice that, stop seti and do a reboot :P

Archangel999

  • Guest
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #102 on: 09 Jan 2009, 04:22:50 pm »
yea when i gotta sleep  ;D ;D
thanks anyway :)


Best Regards
D.Draganov

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #103 on: 10 Jan 2009, 02:33:06 am »
Here is new build based on rev396 Berkeley's sources with mods (as usual :) ).
Changes: triplet finding overflows bug-fix incorporated, CUDA fast math enabled.
So, it could be faster than prev builds and shoul do correctly more WUs than before. VLAR bug still with us  though :P
BEWARE, app name changed! So you need to edit app_info.xml or download V4a of my package from first post in this thread (attached to this post too)

ADDON: You need 180.48 or upper videodriver version to run this build successfully.

[attachment deleted by admin]
« Last Edit: 10 Jan 2009, 05:22:21 pm by Raistmer »

Alex Kraft

  • Guest
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #104 on: 10 Jan 2009, 03:23:14 am »
Seem that this app´s running :)

Tested with two PC´s. Vista 64 bit. Nvidia 9800 GT and 9800GTX+
Boinc 6.5 and Nvidia Driver 181

But one Question i have. I wont let run both apps. I mean GPU and CPU Seti Apps. At the moment i let run Seti GPU and WCG.
What must i do in the settings?
« Last Edit: 10 Jan 2009, 03:43:46 am by Alex Kraft »

 

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: 563
Most Online Ever: 983
(20 Jan 2020, 03:17:55 pm)
Users Online
Members: 0
Guests: 558
Total: 558
Powered by EzPortal