![]() |
|
|
#738 | |
|
Jul 2009
Tokyo
2·5·61 Posts |
Quote:
This line check fft length with old MacLucasFFTW. |
|
|
|
|
|
|
#739 | |
|
Dec 2007
Cleves, Germany
10228 Posts |
Quote:
![]() Code:
./CUDALucas [options] [expo1] [expo2] [expo3] [...] |
|
|
|
|
|
|
#740 |
|
Jul 2009
Tokyo
2·5·61 Posts |
Fix this issue.
|
|
|
|
|
|
#741 |
|
Romulan Interpreter
Jun 2011
Thailand
966310 Posts |
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? :PCode:
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. Last fiddled with by LaurV on 2012-02-14 at 00:43 |
|
|
|
|
|
#742 |
|
"Jerry"
Nov 2011
Vancouver, WA
112310 Posts |
|
|
|
|
|
|
#743 |
|
Dec 2009
Peine, Germany
14B16 Posts |
1.50 Win64 CUDA 4.0 SM 2.0 compile, untested.
|
|
|
|
|
|
#744 |
|
Dec 2009
Peine, Germany
331 Posts |
1.50 Win64 CUDA 4.1 SM 2.1 compile, untested.
|
|
|
|
|
|
#745 |
|
Dec 2009
Peine, Germany
331 Posts |
We now have a nice, well-formatted ETA in 1.50.
|
|
|
|
|
|
#746 |
|
"Jerry"
Nov 2011
Vancouver, WA
1,123 Posts |
Thank you! Last fiddled with by flashjh on 2012-02-14 at 19:32 |
|
|
|
|
|
#747 |
|
Romulan Interpreter
Jun 2011
Thailand
3×3,221 Posts |
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 |
|
|
|
|
|
#748 |
|
"Jerry"
Nov 2011
Vancouver, WA
112310 Posts |
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 Thanks |
|
|
|
![]() |
| 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 |