![]() |
|
|
#738 |
|
"Mr. Meeseeks"
Jan 2012
California, USA
23·271 Posts |
|
|
|
|
|
|
#739 |
|
Jul 2012
Sweden
528 Posts |
Hmmmm... interesting
Code:
93.2% | 0m28s | 48.74 | 0.429s | 37.75M | 87.99M/s | 1000 | 39.62% 93.3% | 0m31s | 42.67 | 0.490s | 37.75M | 77.04M/s | 1000 | 49.82% 93.4% | 0m31s | 42.50 | 0.492s | 37.75M | 76.73M/s | 1000 | 49.72% 93.5% | 0m30s | 43.75 | 0.478s | 37.75M | 78.97M/s | 1000 | 49.45% Result[00]: M2010191 has a factor: 4610282327725138601 found 1 factor for M2010191 from 2^61 to 2^62 (partially tested) [mfakto 0.13pre1-Win barrett15_75_4] tf(): total time spent: 10m 13.958s (32.70 GHz-days / day) Code:
got assignment: exp=2010191 bit_min=61 bit_max=63 (0.70 GHz-days) Starting trial factoring M2010191 from 2^61 to 2^62 (0.23GHz-days) Using GPU kernel "cl_barrett15_69" No checkpoint file "M2010191.ckp" found. Date Time | class Pct | time ETA | GHz-d/day Sieve Wait Apr 26 22:23 | 4608 100.0% | 0.209 0m00s | 100.05 82485 0.00% no factor for M2010191 from 2^61 to 2^62 [mfaktc mfakto 0.13pre3-Win cl_barrett15_69] tf(): total time spent: 3m 35.350s (93.22 GHz-days / day) ![]() /Göran |
|
|
|
|
|
#740 | |
|
Nov 2010
Germany
3·199 Posts |
Quote:
the kernel it is using internally is not the cl_barrett15_69 it claimed to use. So is the limits. The barrett32_77 that was the only GPU-sieve-enabled kernel does not work on FCs below 2^64. The program should have refused this test. It did not because I made a hack to get that kernel to run. That's fixed already for 0.13pre4: Code:
Selftest statistics number of tests 73 successful tests 73 selftest PASSED! got assignment: exp=2010191 bit_min=61 bit_max=63 (0.70 GHz-days) Starting trial factoring M2010191 from 2^61 to 2^62 (0.23GHz-days) ERROR: No suitable kernel found for bit_min=61, bit_max=62. Last fiddled with by Bdot on 2013-04-26 at 21:56 Reason: to 2^92 |
|
|
|
|
|
|
#741 | |
|
Nov 2010
Germany
3·199 Posts |
Quote:
|
|
|
|
|
|
|
#742 |
|
"Mr. Meeseeks"
Jan 2012
California, USA
23·271 Posts |
|
|
|
|
|
|
#743 |
|
Jul 2012
Sweden
1010102 Posts |
|
|
|
|
|
|
#744 |
|
May 2013
5 Posts |
I tried using this package and it seems to work, but fails to find some of the factors during the the "-st" test.
With the default mfakto.ini it misses ~2/3 of them, but when: NumStreams=1 VectorSize=1 GridSize=1 It only misses ~1/11 of the factors. Partial output from mfakto.hd4000.exe -d 11 -st along with a shot of GPU-Z is in the attached zip. mfakto-hd4000-errors.zip |
|
|
|
|
|
#745 |
|
May 2013
5 Posts |
I ran part of the the "-st" test with mfakto.hd4000.exe and it failed to find a fair number of the factors, it missed ~2/3 with the default configuration and ~1/11 when I set:
NumStreams=1 VectorSize=1 GridSize=1 I attached a zip with a screen shot of GPU-Z and the output from the tests. mfakto-hd4000-errors.zip |
|
|
|
|
|
#746 | |
|
Nov 2010
Germany
3·199 Posts |
Quote:
![]() At least, there is one kernel that never failed (barrett15_75). The major difference to the other kernels is, that it does not use any 32-bit multiplication, and no mul_hi. I need to think about it ... maybe I can write some test code to see what exactly is failing here. Anyway, this shows how important the selftest is. Thanks for your testing! |
|
|
|
|
|
|
#747 |
|
May 2013
1012 Posts |
I did some more testing and isolated out the variables and it looks like it is actually GridSize which is doing it. I am currently running the whole battery with GridSize=0, but so far no failures have happened (26/1559).
|
|
|
|
|
|
#748 |
|
May 2013
5 Posts |
With GridSize=0 mfakto.hd4000.exe -d 11 -st passes all 1559 tests.
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| gpuOwL: an OpenCL program for Mersenne primality testing | preda | GpuOwl | 2718 | 2021-07-06 18:30 |
| mfaktc: a CUDA program for Mersenne prefactoring | TheJudger | GPU Computing | 3497 | 2021-06-05 12:27 |
| LL with OpenCL | msft | GPU Computing | 433 | 2019-06-23 21:11 |
| OpenCL for FPGAs | TObject | GPU Computing | 2 | 2013-10-12 21:09 |
| Program to TF Mersenne numbers with more than 1 sextillion digits? | Stargate38 | Factoring | 24 | 2011-11-03 00:34 |