Well done Heinz. If you plan for boinc lib updates first (to fix exit conditions) then optimisation I can give more hints as time goes on.Jason
Hi JasonIt's a good idea to make the boinc lib updates now...some hints, links ?
The using of cutil.h cutil_inline.h in the project llr under CUDA40 is a bit problematic, cutil is no longer part of CUDA(since 4.0)
Quote from: _heinz on 18 Sep 2011, 10:22:45 amHi JasonIt's a good idea to make the boinc lib updates now...some hints, links ?First step, you'll need to look at building some updated Boinc libs from the Boinc trunk, then making them fit into the application, which will require some app updates of files reference in Boinc to be compatible, and to use the newer GPU related features.
C:\I\llrCUDA.0.60-win64\llrCUDA.0.60-win64>llrCUDA.exe -q"1000065*2^390927-1" -d1000065*2^390927-1 is not prime. LLR Res64: 5704E082C8671874 Time : 721.315 sec.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~C:\I\llrCUDA.0.60-win64\llrCUDA.0.60-win64>llrCUDA.exe -q"313*2^1012240+1" -d313*2^1012240+1 is not prime. Proth RES64: A3FC31A0497414EE Time : 1949.425 sec.
Quote from: _heinz on 17 Sep 2011, 07:23:07 pmC:\I\llrCUDA.0.60-win64\llrCUDA.0.60-win64>llrCUDA.exe -q"1000065*2^390927-1" -d1000065*2^390927-1 is not prime. LLR Res64: 5704E082C8671874 Time : 721.315 sec.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~C:\I\llrCUDA.0.60-win64\llrCUDA.0.60-win64>llrCUDA.exe -q"313*2^1012240+1" -d313*2^1012240+1 is not prime. Proth RES64: A3FC31A0497414EE Time : 1949.425 sec.I'm concerned, you're getting the wrong results here: "1000065*2^390927-1" should be prime! "313*2^1012240+1" should return 5FA128A9BECBCDD3.
Is this some new build or "old" one?