![]() |
|
|
#1816 |
|
"Oliver"
Mar 2005
Germany
100010101112 Posts |
Some data from tf_barrett96.cu: mod_simple_96():
Code:
qi = 0 q = 00000007 3C3F1F20 C454D397 nn = 00000000 00000000 00000000 res = 00000007 3C3F1F1F C454D397 So for now it looks like CUDA 5.0.7 fails when somebody uses sub with carry when the subtrahend is 0. So for now it looks like a bug in CUDA 5.0.7. Oliver |
|
|
|
|
|
#1817 | |
|
Jun 2003
2×3×7×112 Posts |
Quote:
|
|
|
|
|
|
|
#1818 |
|
"Oliver"
Mar 2005
Germany
11·101 Posts |
Nvidia confirmed the bug so I would say: not my fault/problem!
![]() Oliver |
|
|
|
|
|
#1819 |
|
"Mike"
Aug 2002
2×23×179 Posts |
We submitted all of our completed work today in one file and were awarded some "extra credit". (See attached image.)
Code:
P-1 found a factor in stage #2, B1=565000, B2=12147500, E=6. M56350163 has a factor: 24948611431313562132407 P-1 found a factor in stage #2, B1=540000, B2=11475000, E=6. M54203297 has a factor: 43709161575143787520913 |
|
|
|
|
|
#1820 |
|
"James Heinrich"
May 2004
ex-Northern Ontario
1101010111012 Posts |
|
|
|
|
|
|
#1821 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
7,537 Posts |
James, did you change the manual web forms along the lines we were discussing? If so, did the B1/B2 bounds get recorded correctly? Maybe, the underlying PHP guessed the wrong FFT size or we passed in a bogus FFT size?
|
|
|
|
|
|
#1822 |
|
"James Heinrich"
May 2004
ex-Northern Ontario
11·311 Posts |
No, I hadn't got to that yet (I was going to... the day PrimeNet was down for a few hours), the manual form is as yet unchanged.
|
|
|
|
|
|
#1823 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
7,537 Posts |
|
|
|
|
|
|
#1824 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
7,537 Posts |
Oliver,
I propose creating a barrett77_mul32. This is the same as barrett79_mul32 but with the mod_simple_96 moved out of the loop. As long as f does not exceed 77 bits, a will not exceed 80 bits (above 80 bits and square_96_160 will fail). I tested this out and it passes the self tests up through 77 bits. Raw speed went from 205M/sec to 250M/sec. Crude source is attached. |
|
|
|
|
|
#1825 |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2×3×1,693 Posts |
|
|
|
|
|
|
#1826 |
|
"Mike"
Aug 2002
2×23×179 Posts |
More "extra credit":
Code:
Processing result: M56505451 has a factor: 86553876518403762963169 CPU credit is 323.9309 GHz-days. Processing result: M56488651 has a factor: 35566445275259107720993 CPU credit is 129.5622 GHz-days. Processing result: M56491177 has a factor: 23502006329787341695151 CPU credit is 89.0731 GHz-days. |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mfakto: an OpenCL program for Mersenne prefactoring | Bdot | GPU Computing | 1676 | 2021-06-30 21:23 |
| The P-1 factoring CUDA program | firejuggler | GPU Computing | 753 | 2020-12-12 18:07 |
| gr-mfaktc: a CUDA program for generalized repunits prefactoring | MrRepunit | GPU Computing | 32 | 2020-11-11 19:56 |
| mfaktc 0.21 - CUDA runtime wrong | keisentraut | Software | 2 | 2020-08-18 07:03 |
| World's second-dumbest CUDA program | fivemack | Programming | 112 | 2015-02-12 22:51 |