![]() |
|
|
#67 |
|
Tribal Bullet
Oct 2004
3·1,181 Posts |
Mini-Geek: the limit of double precision is far larger than anyone will want to use for an LL test. I don't know that anyone's tried it, but you could almost certainly test exponents around a billion.
Folks: if Jason can avoid trolling, you can avoid baiting him. Flamewars can move to Misc Math Threads if you're really keen on starting one. |
|
|
|
|
#68 | |
|
"William"
May 2003
New Haven
2·7·132 Posts |
See Msg 17 in this thread for ewmayer's information on how to figure this. For double precision it looks like memory will be a limit before word size for quite a while. A transform size of 1G should handle exponents up to 17G. A transform of size 1T would handle exponents up to 14 T.
Quote:
Extending the table to smaller sizes, it appears a single precision transform size 128 would be sufficient for numbers up to 337 digits, and size 256 would take you to 644 digit numbers. I'm hoping somebody will build a kick-ass ECM at these sizes that would be of interest to factoring projects like the Cunningham project and oddperfect.org. William |
|
|
|
|
|
#69 | |
|
Tribal Bullet
Oct 2004
354310 Posts |
Quote:
|
|
|
|
|
|
#70 | |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
24×389 Posts |
Quote:
Note: - DP=double precision (53bit mantissa) - EP=extended precision (63+1bit mantissa) - and result sizes are bit lengths, so adjust by log10(2) for base 10 sizes if you like. Code:
FFT_length Term_bits_(DP) Result_size_(DP) Term_bits_(EP) Result_size_(EP) 2^1 25 75 35 105 2^2 25 125 35 175 2^3 24 216 34 306 2^4 24 408 34 578 2^5 23 759 33 1089 2^6 23 1495 33 2145 2^7 22 2838 32 4128 2^8 22 5654 32 8224 2^9 21 10773 31 15903 2^10 21 21525 31 31775 2^11 20 40980 30 61470 2^12 20 81940 30 122910 2^13 19 155667 29 237597 2^14 19 311315 29 475165 2^15 18 589842 28 917532 2^16 18 1179666 28 1835036 2^17 17 2228241 27 3538971 2^18 17 4456465 27 7077915 2^19 16 8388624 26 13631514 2^20 16 16777232 26 27263002 2^21 15 31457295 25 52428825 2^22 15 62914575 25 104857625 2^23 14 117440526 24 201326616 2^24 14 234881038 24 402653208 2^25 13 436207629 23 771751959 2^26 13 872415245 23 1543503895 2^27 12 1610612748 22 2952790038 2^28 12 3221225484 22 5905580054 2^29 11 5905580043 21 11274289173 2^30 11 11811160075 21 22548578325 2^31 10 21474836490 20 42949672980 2^32 10 42949672970 20 85899345940 2^33 9 77309411337 19 1.63209E+11 2^34 9 1.54619E+11 19 3.26418E+11 2^35 8 2.74878E+11 18 6.18475E+11 2^36 8 5.49756E+11 18 1.23695E+12 2^37 7 9.62073E+11 17 2.33646E+12 2^38 7 1.92415E+12 17 4.67292E+12 2^39 6 3.29853E+12 16 8.79609E+12 2^40 6 6.59707E+12 16 1.75922E+13 2^41 5 1.09951E+13 15 3.29853E+13 2^42 5 2.19902E+13 15 6.59707E+13 2^43 4 3.51844E+13 14 1.23145E+14 2^44 4 7.03687E+13 14 2.46291E+14 2^45 3 1.05553E+14 13 4.57397E+14 2^46 3 2.11106E+14 13 9.14794E+14 2^47 2 2.81475E+14 12 1.68885E+15 2^48 2 5.6295E+14 12 3.3777E+15 2^49 1 5.6295E+14 11 6.19245E+15 2^50 1 1.1259E+15 11 1.23849E+16 2^51 - - 10 2.2518E+16 2^52 - - 10 4.5036E+16 2^53 - - 9 8.10648E+16 2^54 - - 9 1.6213E+17 2^55 - - 8 2.8823E+17 2^56 - - 8 5.76461E+17 2^57 - - 7 1.00881E+18 2^58 - - 7 2.01761E+18 2^59 - - 6 3.45876E+18 2^60 - - 6 6.91753E+18 2^61 - - 5 1.15292E+19 2^62 - - 5 2.30584E+19 2^63 - - 4 3.68935E+19 2^64 - - 4 7.3787E+19 2^65 - - 3 1.1068E+20 2^66 - - 3 2.21361E+20 2^67 - - 2 2.95148E+20 2^68 - - 2 5.90296E+20 2^69 - - 1 5.90296E+20 2^70 - - 1 1.18059E+21 |
|
|
|
|
|
#71 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
Quote:
Does Prime95 already use EP? It seems to me that it would make it faster, since the word size would be larger. |
|
|
|
|
|
#72 | |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
24·389 Posts |
Quote:
|
|
|
|
|
|
#73 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17×251 Posts |
Quote:
BTW could you run those same heuristics for SP so I can see a little more precisely than "before 30 or 40 million" where it stops and compare it to DP and EP? Quantum computer So a 32-bit Quantum computer could be in 2^32 states simultaneously. Not entirely sure how that relates to an equivalent base digital hardware or if it even does, but uh...just throwing that out there. |
|
|
|
|
|
#74 | |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
24×389 Posts |
Quote:
I never did SP FFT in my tests. And I would hate to have to guess the numbers required. When I read the post above about SP good for 30M-40M bits I was very surprised. I thought it would be much less than that. But I bow to the superior knowledge of others here that have used it in real life. Last fiddled with by retina on 2008-08-29 at 12:40 |
|
|
|
|
|
#75 | |
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
22·3·641 Posts |
Quote:
(I don't know about the expected execution times, though. Note that QC computations may need to be performed multiple times in order to ensure that the probability of a correct measured result is high enough.) Last fiddled with by cheesehead on 2008-08-29 at 20:05 |
|
|
|
|
|
#76 | |
|
"Jason Goatcher"
Mar 2005
3·7·167 Posts |
Quote:
As to the hardware crash, one of the problems with RAID arrays is that everything tends to be backed up in the same location. So things like ceiling leaks and fallen over shelves have the potential to destroy enough hard drives in a RAID array to make them unrecoverable. Anyway, he's back in business, and his latest interest will probably become very apparent in the next 2-3 months. As soon as he can explain his theories well enough for one or more of the 10-15 people who know what's going on to duplicate his methods, it will only be a short time(hours to weeks) before you find out about them. As Steve Jobs would say, you'll find out when you find out, and no form of bitching(or sucking up, just to cover the bases) will make it happen sooner. And for those who think I'm a troll, if it's possible for a troll to be correct in what they say and still be a troll, then yes, I am very much a troll. Every dog(or troll) has his day, and I intend to savor that day like a fine wine. |
|
|
|
|
|
#77 |
|
"Mike"
Aug 2002
2×23×179 Posts |
There seems to be a very discriminatory attitude about trolls around here.
We're not sure how our trolls view it, but we bet they don't feel comfortable living with it every day. Can't we all just get along?
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New PC dedicated to Mersenne Prime Search | Taiy | Hardware | 12 | 2018-01-02 15:54 |
| The prime-crunching on dedicated hardware FAQ (II) | jasonp | Hardware | 46 | 2016-07-18 16:41 |
| How would you design a CPU/GPU for prime number crunching? | emily | Hardware | 4 | 2012-02-20 18:46 |
| DSP hardware for number crunching? | ixfd64 | Hardware | 15 | 2011-08-09 01:11 |
| Optimal Hardware for Dedicated Crunching Computer | Angular | Hardware | 5 | 2004-01-16 12:37 |