mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Hardware > GPU Computing

Reply
 
Thread Tools
Old 2012-02-13, 06:01   #738
msft
 
msft's Avatar
 
Jul 2009
Tokyo

2·5·61 Posts
Default

Quote:
Originally Posted by kjaget View Post
They're missing on lines 1525 and 1587 of rw.cu in the version 1.49 I downloaded from post 723. Also, the one at line 1494 is newer than my old code, so it may or may not need one as well. At least that's the big difference between my version 1.2.whatever and the current builds. Not sure if you're updating the source before building which may explain why you're seeing it there.
I has deleted line from rw.cu with fix #673 issue.
This line check fft length with old MacLucasFFTW.
msft is offline   Reply With Quote
Old 2012-02-13, 12:59   #739
ckdo
 
ckdo's Avatar
 
Dec 2007
Cleves, Germany

10228 Posts
Default

Quote:
Originally Posted by Brain View Post
I'm ashamed for this question but does someone feed CUDALucas with something else than the command line options? In other words, is it possible to let CL immediately start the next expo when finishing the latest?
As in ... ?

Code:
./CUDALucas [options] [expo1] [expo2] [expo3] [...]
ckdo is offline   Reply With Quote
Old 2012-02-13, 13:28   #740
msft
 
msft's Avatar
 
Jul 2009
Tokyo

2·5·61 Posts
Default

Quote:
Originally Posted by kladner View Post
I don't currently run CUDALucas. However, there were discussions a while back of loading a stack of assignment command lines into a batch file to feed CL.
Fix this issue.
Attached Files
File Type: bz2 CUDALucas.1.50.tar.bz2 (30.1 KB, 78 views)
msft is offline   Reply With Quote
Old 2012-02-14, 00:42   #741
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

966310 Posts
Default

c'mon, you make new version just when the old one gave another two successful tests , now should I have to start testing the new one, or what? :P

Code:
Processing result: M( 26027971 )C, 0xff6f4a6a0121131f, n = 1572864, CUDALucas v1.49
LL test successfully completes double-check of M26027971
CPU credit is 25.8834 GHz-days. 
Processing result: M( 26176511 )C, 0xa3af29f3466535cf, n = 1572864, CUDALucas v1.49 
LL test successfully completes double-check of M26176511
CPU credit is 26.0311 GHz-days.
P.S. binaries?

Last fiddled with by LaurV on 2012-02-14 at 00:43
LaurV is offline   Reply With Quote
Old 2012-02-14, 04:00   #742
flashjh
 
flashjh's Avatar
 
"Jerry"
Nov 2011
Vancouver, WA

112310 Posts
Default

Quote:
Originally Posted by LaurV View Post
P.S. binaries?
Eagerly awaiting...
flashjh is offline   Reply With Quote
Old 2012-02-14, 11:28   #743
Brain
 
Brain's Avatar
 
Dec 2009
Peine, Germany

14B16 Posts
Default 1.50 Win64 CUDA 4.0 SM 2.0 compile, untested.

1.50 Win64 CUDA 4.0 SM 2.0 compile, untested.
Attached Files
File Type: exe CUDALucas.cuda4.0.sm_20.WIN64.exe (237.0 KB, 98 views)
Brain is offline   Reply With Quote
Old 2012-02-14, 11:32   #744
Brain
 
Brain's Avatar
 
Dec 2009
Peine, Germany

331 Posts
Default 1.50 Win64 CUDA 4.1 SM 2.1 compile, untested.

1.50 Win64 CUDA 4.1 SM 2.1 compile, untested.
Attached Files
File Type: exe CUDALucas.cuda4.1.sm_21.WIN64.exe (219.5 KB, 84 views)
Brain is offline   Reply With Quote
Old 2012-02-14, 18:20   #745
Brain
 
Brain's Avatar
 
Dec 2009
Peine, Germany

331 Posts
Default ETA, nice...

We now have a nice, well-formatted ETA in 1.50.
Attached Thumbnails
Click image for larger version

Name:	CUDALucas 1.50.png
Views:	138
Size:	57.9 KB
ID:	7654  
Brain is offline   Reply With Quote
Old 2012-02-14, 19:31   #746
flashjh
 
flashjh's Avatar
 
"Jerry"
Nov 2011
Vancouver, WA

1,123 Posts
Default

Quote:
Originally Posted by msft View Post
Fix this issue.

Quote:
Originally Posted by Brain View Post
1.50 Win64 CUDA 4.1 SM 2.1 compile, untested.
Quote:
Originally Posted by Brain View Post
We now have a nice, well-formatted ETA in 1.50.
Thank you!

Last fiddled with by flashjh on 2012-02-14 at 19:32
flashjh is offline   Reply With Quote
Old 2012-02-15, 02:13   #747
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

3×3,221 Posts
Default

Version v1.50 successfully proved both 2^756839-1 and 2^859433-1 being primes, and also it tested other 3 DC in 26M range and confirmed the residue (partially tests, resumed, about half of the way). I think I will switch to it for "production".

As seen improvements compared to 1.48, is showing the nice ETA in HMS format, new feature to work in "batch mode", and most important, correctly identifying and assigning work to the right GPU, in a multiple GPU system (otherwise it won't make too much sense, would it? :D).

As "still unfixed" remark, the -c switch still does not work for screen (display every 10k iterations, regardless of the given parameter - I know this was fixed in some former versions, like 1.3), and of course, the -? option still display the same gibberish.

From the speed point of view, this version has about the same speed as the older versions, in average. Most probably what is gain from reduced FFT size is lost by going to the slower drivers. In fact, about one third of the expos will run slower (the expos having about the same FFT size as the powers-of-two version, here the FFT was reduced only a little or not at all), about a second third of the expos will run with the same speed, and the last third of the expos, where the FFT size was really reduced, will run faster. For the range of the expos we are currently dealing for DC's (26M range) the speed is about 8% faster (2 x gtx580, slightly overclocked, 5.12 ms/iter instead of 5.55 with v1.3alpha_eoc).

Thanks a lot Msft and Brain.

Last fiddled with by LaurV on 2012-02-15 at 02:18
LaurV is offline   Reply With Quote
Old 2012-02-16, 01:07   #748
flashjh
 
flashjh's Avatar
 
"Jerry"
Nov 2011
Vancouver, WA

112310 Posts
Default

I just finished another exponent with 1.50 and it force closed again. Maybe it's my batch file?

Code:
 
e:
cd e:\cuda
e:\cuda\cuda150 -t -c10000 26206XXX
e:\cuda\cuda150 -t -c10000 26206XXX
Can anyone confirm if 1.50 is going onto the next exponent for them and how you're setting up you're batch file?

Thanks
flashjh is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Don't DC/LL them with CudaLucas LaurV Data 131 2017-05-02 18:41
CUDALucas / cuFFT Performance on CUDA 7 / 7.5 / 8 Brain GPU Computing 13 2016-02-19 15:53
CUDALucas: which binary to use? Karl M Johnson GPU Computing 15 2015-10-13 04:44
settings for cudaLucas fairsky GPU Computing 11 2013-11-03 02:08
Trying to run CUDALucas on Windows 8 CP Rodrigo GPU Computing 12 2012-03-07 23:20

All times are UTC. The time now is 13:00.


Fri Aug 6 13:00:21 UTC 2021 up 14 days, 7:29, 1 user, load averages: 3.37, 2.93, 2.71

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.