![]() |
|
|
#1354 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
37×263 Posts |
|
|
|
|
|
|
#1355 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
722110 Posts |
|
|
|
|
|
|
#1356 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
100110000000112 Posts |
Quote:
What is the sound of one hand clapping? |
|
|
|
|
|
|
#1357 | |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3×29×83 Posts |
Quote:
(For the last two, you could use 4 or more commas, or put a nonprime exponent or expo < 86423. E.g.: Code:
bill@Gravemind:~/CUDALucas∰∂ CUDALucas Warning: exponent is not prime! Warning: ignoring line 1: >> Test=N/A,25136458,69,1 in "worktodo.txt". Reason: invalid data. Continuing work from a partial result of M25866773 fft length = 1474560 iteration = 1988865 Last fiddled with by Dubslow on 2012-06-02 at 22:11 |
|
|
|
|
|
|
#1358 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
|
|
|
|
|
|
#1359 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
973110 Posts |
|
|
|
|
|
|
#1360 |
|
Romulan Interpreter
Jun 2011
Thailand
7×1,373 Posts |
With the contents of the file being:
Code:
Test=N/A,216091 Test=N/A,756839 Test=N/A,500009 Test=N/A,859433 Code:
Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. e:\CudaLucas>cl2024020x64 -d 0 ------- DEVICE 0 ------- name GeForce GTX 580 totalGlobalMem 1610612736 sharedMemPerBlock 49152 regsPerBlock 32768 warpSize 32 memPitch 2147483647 maxThreadsPerBlock 1024 maxThreadsDim[3] 1024,1024,64 maxGridSize[3] 65535,65535,65535 totalConstMem 65536 Compatibility 2.0 clockRate (MHz) 1564 textureAlignment 512 deviceOverlap 1 multiProcessorCount 16 Warning: ignoring line 1 in "worktodo.txt"! Reason: invalid format Warning: ignoring line 2 in "worktodo.txt"! Reason: invalid format Warning: ignoring line 3 in "worktodo.txt"! Reason: invalid format Warning: ignoring line 4 in "worktodo.txt"! Reason: invalid format No valid assignment found. Code:
e:\CudaLucas>cl2024020x64 -d 0 ------- DEVICE 0 ------- name GeForce GTX 580 totalGlobalMem 1610612736 sharedMemPerBlock 49152 regsPerBlock 32768 warpSize 32 memPitch 2147483647 maxThreadsPerBlock 1024 maxThreadsDim[3] 1024,1024,64 maxGridSize[3] 65535,65535,65535 totalConstMem 65536 Compatibility 2.0 clockRate (MHz) 1564 textureAlignment 512 deviceOverlap 1 multiProcessorCount 16 Warning: ignoring line 1 in "worktodo.txt"! Reason: invalid format Warning: ignoring line 2 in "worktodo.txt"! Reason: invalid format |
|
|
|
|
|
#1361 | |
|
Jul 2009
Germany
2×3×101 Posts |
Quote:
>CUDALucas2.01.cuda4.0.sm_21.x64.exe -threads 512 332XXXXXX start M332XXXXXX fft length = 16777216 iteration = 22 < 1000 && err = 0.28125 >= 0.25, increasing n from 16777216 start M332XXXXXX fft length = 18874368 iteration = 29 < 1000 && err = 0.265625 >= 0.25, increasing n from 18874368 start M332XXXXXX fft length = 20971520 Iteration 10000 M( 332XXXXXX )C, 0x9786a346ab86fc52, n = 20971520, CUDALucas v2.01 err = 0.03516 (11:02 real, 66.2000 ms/iter, ETA 6108:47:24) |
|
|
|
|
|
|
#1362 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3×29×83 Posts |
Piddly squat. I await flash's report. I'm stumped. (chalsall, for the sake of the software, could you please PM/tell flash what to fix so that it works?)
Last fiddled with by Dubslow on 2012-06-04 at 04:18 |
|
|
|
|
|
#1363 |
|
Jun 2005
3·43 Posts |
You're calling strcpy_s with the wrong arguments. This is a problem on the strcopy call on line 230 specifically, and maybe other places. Note how the strcpy_s fails when the source is too long compared to strncpy
Also, you might want to change the vars which hold the exponent to unsigned values since you're filling them with strtoul. Last fiddled with by kjaget on 2012-06-04 at 14:30 |
|
|
|
|
|
#1364 | |
|
Sep 2009
81E16 Posts |
Quote:
Chris |
|
|
|
|
![]() |
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 |