+- +-
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 154565 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 #60 on: 28 Dec 2008, 03:11:47 pm »
Ok, here is new build that incorporates all prev mods + attempt to fight with possible memory leak on overflow exit.


[attachment deleted by admin]

Offline efmer (fred)

  • Alpha Tester
  • Knight o' The Round Table
  • ***
  • Posts: 147
    • efmer
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #61 on: 30 Dec 2008, 04:42:52 am »
2 work units in the low ar range
http://setiathome.berkeley.edu/result.php?resultid=1108406642
http://setiathome.berkeley.edu/result.php?resultid=1108406628
Succeeded but with error. No crash, I have more....
TThrottle Keep your temperatures controlled.
BoincTasks The best way to view BOINC

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 #62 on: 30 Dec 2008, 05:48:49 am »
2 work units in the low ar range
http://setiathome.berkeley.edu/result.php?resultid=1108406642
http://setiathome.berkeley.edu/result.php?resultid=1108406628
Succeeded but with error. No crash, I have more....

Ok, try to keep WUs available (copy them in other place on HDD) to be able upload interesting results along with their tasks too (w/o task we can't reproduce error or compare with CPU app in standalone mode).

Offline efmer (fred)

  • Alpha Tester
  • Knight o' The Round Table
  • ***
  • Posts: 147
    • efmer
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #63 on: 30 Dec 2008, 07:47:49 am »
Posted 2 tasks on the seti board
TThrottle Keep your temperatures controlled.
BoincTasks The best way to view BOINC

Offline Slawek

  • Knight o' The Realm
  • **
  • Posts: 55
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #64 on: 31 Dec 2008, 05:32:30 am »
Hi.

AP only computing 1 core? i have 2 WU only 1 is computing.
 CUDA computing now to

i have x2 Atlhon

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 #65 on: 31 Dec 2008, 06:03:53 am »
Hi.

AP only computing 1 core? i have 2 WU only 1 is computing.
 CUDA computing now to

i have x2 Atlhon
Look first post of thread for instructions how to utilize both cores.

Offline Slawek

  • Knight o' The Realm
  • **
  • Posts: 55
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #66 on: 31 Dec 2008, 06:05:09 am »
Ok working 2 cores.:)

Happy new year!:P

gerga

  • Guest
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #67 on: 01 Jan 2009, 08:02:19 am »
7) For best CPU and GPU usage I recommend to set number of processors available for BOINC to real_number_of_cores+1. This will mitigate current BOINC bug with CPU+CUDA scheduling and will allow fully load CPU and GPU.
Hi Raistmer

How do you set "real_number_of_cores"?

Happy new year!!

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 #68 on: 01 Jan 2009, 08:07:49 am »
7) For best CPU and GPU usage I recommend to set number of processors available for BOINC to real_number_of_cores+1. This will mitigate current BOINC bug with CPU+CUDA scheduling and will allow fully load CPU and GPU.
Hi Raistmer

How do you set "real_number_of_cores"?

Happy new year!!

Edit or create file cc_config.xml
<cc_config>
<options>
<ncpus>0</ncpus>
</options>
</cc_config>

Set needed value instead 0.
cc_config.xml should be located in BOINCData folder.

Happy New Year! :)

beeze

  • Guest
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #69 on: 02 Jan 2009, 09:54:12 pm »
boinc 6.5.0 works right without using a cc_config file

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 #70 on: 03 Jan 2009, 02:44:40 pm »
boinc 6.5.0 works right without using a cc_config file
It has more annoying bugs, I reverted to 6.4.5 after trying...

Offline Jason G

  • Construction Fraggle
  • Knight who says 'Ni!'
  • *****
  • Posts: 8980
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #71 on: 03 Jan 2009, 05:10:24 pm »
Works for me too (XP32 w/SP3) , but I stopped testing the cuda apps and removed them as I have some work to do, and they were causing some instability on my machine.  I'll wait 'till they fix a few things I reckon.

[Edit: Placing copy of Stock 6.05 & 6.06 binaries for those that can;t get them themselves, downloaded from fanout. (attached) ]



[attachment deleted by admin]
« Last Edit: 03 Jan 2009, 05:48:53 pm by Jason G »

Maik

  • Guest
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #72 on: 03 Jan 2009, 06:47:23 pm »
[Edit: Placing copy of Stock 6.05 & 6.06 binaries for those that can;t get them themselves, downloaded from fanout. (attached) ]

Thanks alot. Now i have a reference-app for stand alone testing ;)

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 #73 on: 03 Jan 2009, 07:55:57 pm »

[Edit: Placing copy of Stock 6.05 & 6.06 binaries for those that can;t get them themselves, downloaded from fanout. (attached) ]


Thanks :)


 

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