Seti@Home optimized science apps and information
 
Welcome, Guest. Please login or register.
Did you miss your activation email?
25 Jul 2008, 08:09:08 am

Login with username, password and session length
 
If you've registered already but never got your activation email, please click here.
 
 
Seti@Home optimized science apps and information  |  Optimized Seti@Home apps  |  Windows  |  GPU crunching  |  Topic: GPU client 0 Members and 0 Guests are viewing this topic. « previous next »
Pages: 1 ... 8 9 [10] 11 12 13 Go Down Print
Author Topic: GPU client  (Read 18145 times)
Devaster
Code Wizard
Knight o' the round Table
*****
Offline Offline

Posts: 242


I like Duke !!!


View Profile
Re: GPU client
« Reply #135 on: 19 Feb 2008, 02:29:12 pm »

No no , CUDA application is living but code for other GPU is abadoned ....
Logged

Jason G
Global Moderator
Knight who says 'Ni!'
*****
Offline Offline

Posts: 1482


View Profile
Re: GPU client
« Reply #136 on: 19 Feb 2008, 02:32:37 pm »

Ahhh , I see! no probs! As you were then  Grin
Logged

Current Repositories: (pw access only)  svn://sinbadsvn.dyndns.org/boinc , (active) svn://sinbadsvn.dyndns.org/SaH_v6b/....[trunk/branch]... (active)
riha
Knave
*
Offline Offline

Posts: 4


View Profile
Re: GPU client
« Reply #137 on: 19 Feb 2008, 04:27:06 pm »

Any reason for abandoning the other app?

When i tested it I got an error 9 as many others.

Is the pre-8xxx hardware that bad for these kind of things?

Just so sorry to hear as i own an Nvidia 7950 which i bought just half an year ago with my new computer.
Logged
Devaster
Code Wizard
Knight o' the round Table
*****
Offline Offline

Posts: 242


I like Duke !!!


View Profile
Re: GPU client
« Reply #138 on: 20 Feb 2008, 01:23:28 am »

i have time only for one project and code for pre8x and 8x card is totally different ....

now working on populate PoT functions ...
« Last Edit: 20 Feb 2008, 04:14:58 am by Devaster » Logged

Devaster
Code Wizard
Knight o' the round Table
*****
Offline Offline

Posts: 242


I like Duke !!!


View Profile
Re: GPU client
« Reply #139 on: 10 Mar 2008, 09:39:35 am »

new code ...


- small change in findspike - no speedup better validation only ....

* sahcudagpu10.zip (320.26 KB - downloaded 98 times.)
Logged

popandbob
Knight o' the Realm
**
Offline Offline

Posts: 36


View Profile
Re: GPU client
« Reply #140 on: 13 Mar 2008, 01:18:26 am »

new code ...


- small change in findspike - no speedup better validation only ....

After running for 45 min no progress had been made... (still sitting on 1st fft (size 8?))

~BoB
Logged
guido.man
Knave
*
Offline Offline

Posts: 7


View Profile
Re: GPU client
« Reply #141 on: 22 Mar 2008, 07:49:44 am »

new code ...


- small change in findspike - no speedup better validation only ....

Is sahcudagpu10.zip for G80 only?
Will not work on EN8800GT   G92.
Logged
Vyper
Pre-Release Tester
Knight o' the round Table
***
Offline Offline

Posts: 181


View Profile
Re: GPU client
« Reply #142 on: 22 Mar 2008, 09:44:25 am »

No its for all G90+ all from 8500 and up..

//Vyper
Logged
guido.man
Knave
*
Offline Offline

Posts: 7


View Profile
Re: GPU client
« Reply #143 on: 22 Mar 2008, 02:44:35 pm »

Well ran latest code sahcudagpu10.exe

code runs on cpu at 100%, gpu card does nothing.

This is all I get

Running app : sahcudagpu10.exe with -verbose
with WU     : testWU-1.wu
Started at  : 13:31:12
Device name: GeForce 8800 GT
Device version : 1.1
Total global memory: 255 MB
Shared memory per block: 16 kB
Registers per block: 8192
Warp size: 32
Max threads per block: 512
Shaders clock rate: 1512 MHz
Generated FFT plans
mem alloc
Copying chirped data (chirp rate=0) ...
FFT s:8 bs:131072 > Finded spikes > Transposing

Seems to hang on my system anyway.

Cheers.
Logged
dmol
Knave
*
Offline Offline

Posts: 2


View Profile
Re: GPU client
« Reply #144 on: 22 Mar 2008, 10:35:04 pm »

"The application has failed to start because cufft.dll was not found. Re-installing the application may fix this problem."

Actually you need to have all needed DLLs of that CUDA runtime consist in place searchable by OS for DLL (simple saying in LIB_PATH). If you use CUDA only for SETI probably better way to put that DLLs together with exe file. When I tried CUDA few months ago the needed DLLs list was cuda.dll cudart.dll cufft.dll cutil32.dll (maybe slightly redundant).



Hi All,
I'm having difficulty getting the sahcuda client running due to library path problems.
I've installed Nvidia cuda sdk v0.81 and Cuda toolkit v0.80.0000 to the same directory
I've checked the Cuda paths in Environment variables and they seem fine.
I installed the sahcuda.exe into the same directory but I still get a "cudart.dll was not found" error.

CUDA_LIB_PATH=C:\CUDA\lib
CUDA_BIN_PATH=C:\CUDA\bin
CUDA_INC_PATH=C:\CUDA\include

Card: Evga 8800 GTS 512


How can I solve this problem?

« Last Edit: 22 Mar 2008, 10:37:06 pm by dmol » Logged
Vyper
Pre-Release Tester
Knight o' the round Table
***
Offline Offline

Posts: 181


View Profile
Re: GPU client
« Reply #145 on: 23 Mar 2008, 06:02:44 am »

I can understand why you have problems..

Download the latest as found here http://www.nvidia.com/object/cuda_get.html.

Cuda is now up to version 1.1 and that version u have doesn't even support large CUFFT calls.

Kind regards Vyper
Logged
dmol
Knave
*
Offline Offline

Posts: 2


View Profile
Re: GPU client
« Reply #146 on: 23 Mar 2008, 09:05:41 am »

Hi Vyper, Thanks for the reply,

The version I have installed is actually v1.1 (X86-64 for XP-64bit) . The version reported under "support information" in Add/Remove programs is incorrect.

Logged
Batstat
Knave
*
Offline Offline

Posts: 7


View Profile
Re: GPU client
« Reply #147 on: 26 Mar 2008, 01:42:08 am »

Running in 12 hour produce this:

------------
Running app : default-515.exe with -nographics
with WU     : testWU-1.wu
Started at  : 20:25:00
'.\tools\wu_time' is not recognized as an internal or external command,
operable program or batch file.
Ended at    : 20:31:06
Elapsed time: 366 seconds
Result      : stored as ref for validation.
------------
Running app : sahcudagpu10.exe with -verbose
with WU     : testWU-1.wu
Started at  : 20:31:06
Device name: GeForce 8800 GTX
Device version : 1.0
Total global memory: 767 MB
Shared memory per block: 16 kB
Registers per block: 8192
Warp size: 32
Max threads per block: 512
Shaders clock rate: 1350 MHz
Generated FFT plans
mem alloc
Copying chirped data (chirp rate=0) ...
FFT s:8 bs:131072 > Finded spikes > Transposing


Nothing more happen. Same as the others.
Logged
Vyper
Pre-Release Tester
Knight o' the round Table
***
Offline Offline

Posts: 181


View Profile
Re: GPU client
« Reply #148 on: 26 Mar 2008, 03:35:08 am »

Hmm this is odd really. Have you tried the previous versions compiled by DevasteR?

I've tried them out by myself and they used to work properly.

U might need VS2005 addon in some sort but it don't know the name of that file atm, think it had to do with some asm functions or so?

Kind Regards Vyper
Logged
Devaster
Code Wizard
Knight o' the round Table
*****
Offline Offline

Posts: 242


I like Duke !!!


View Profile
Re: GPU client
« Reply #149 on: 26 Mar 2008, 08:10:53 am »

last exe is broken .. sorry
Logged

Pages: 1 ... 8 9 [10] 11 12 13 Go Up Print 
Seti@Home optimized science apps and information  |  Optimized Seti@Home apps  |  Windows  |  GPU crunching  |  Topic: GPU client « previous next »
Jump to:  


Quote!
One, a robot may not injure a human being, or through inaction, allow a human being to come to harm; Two, a robot must obey the orders given it by human beings except where such orders would conflict with the First Law; Three, a robot must protect its own existence as long as such protection does not conflict with the First or Second Laws.
- Isaac Asimov, Laws of Robotics from I. Robot, 1950

 
Site Statistics
Total Members:982
Total Posts:8,651
Total Topics:408
Downloads
Apps
Windows R-1.x25,009
Windows R-2.020,237
Windows R-2.236,241
Linux 32bit 1.x6,493
Linux 32bit 2.24,228
Linux 64bit 2.21,668
Alpha/IA64174
FreeBSD552
HPUX309
Subtotal:93,876
Source packs:3,982
Tool/WU packs:7,469
Total:145,607
GBs dl'd:276.75
Pages served
Today:885
Total:2,963,745
(since 6/26/2006)
173 Donations to S@H
U.S. Dollars:3,196.59
Euros:863.90
Last 24h:$ 0.00
Avg./24h:$ 8.13
Estim. total:$ 4,319.66
Latest Member:
pdavis68
 
 
Seti@Home optimized science apps and information | Powered by Enigma 2.0 (RC1).
© 2003-2008, LSP Dev Team. All Rights Reserved.
Seti@Home optimized science apps and information Forums | Powered by SMF.
© 2005, Simple Machines LLC. All Rights Reserved.
Powered by MySQL Powered by PHP Valid XHTML 1.0! Valid CSS!