![]() |
|
|
#298 | |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
Quote:
As for multiple cores for each p, I haven't investigated. If that can be done, it might be the way to go. |
|
|
|
|
|
|
#299 |
|
Jun 2003
2·7·113 Posts |
|
|
|
|
|
|
#300 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
588110 Posts |
|
|
|
|
|
|
#301 |
|
Jun 2003
2·7·113 Posts |
The easiest way of doing this would be:
Suppose you were sieving from k*2^x+1 to k*2^y+1 Then divide the range into 256 pieces x, x1,x2,xi....y Then send each range for a fixed p to the GPU core. Each core will require 1/16 th of the memory needed for the BSGS algorithm. (Which is generally low for the low weight k's like CRUS; I am not sure how much memory each core has) Multmods needed will be 2* sqrt (n/256) *256 Since there are 256 cores, multmods will be 2* sqrt (n/256) per core Overall you will see it is 16 times faster compared to BSGS but requires 16 times more memory. There are other algorithms that can be implemented with little memory use but at the cost of not finding all but most of the factors. The only definite way (non-probabilistic) without requiring alot of memory would be brute force (test every n) or index calculus (which will be very cumbersome and hard to implement). For some of the extremely low weight k's left or small range of n's... brute force can be implemented helping the project out. BSGS might also be implementable for an extremely small n range.
|
|
|
|
|
|
#302 |
|
May 2007
Kansas; USA
1040310 Posts |
Outstanding prime Borys and well deserved! I was hoping base 10 would finally yield one before n=1M.
|
|
|
|
|
|
#303 |
|
May 2009
Russia, Moscow
2,593 Posts |
74*500^218184-1 (588874 digits)
|
|
|
|
|
|
#304 | |
|
May 2008
Wilmington, DE
22×23×31 Posts |
Quote:
|
|
|
|
|
|
|
#305 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
24×593 Posts |
S683 is proven with 18ยท683^141239+1.
Residues are in the email. Base released. |
|
|
|
|
|
#306 |
|
May 2007
Kansas; USA
101·103 Posts |
Nice one Serge! Any prime that knocks down all of the n=1.29M primes a notch is a good one.
|
|
|
|
|
|
#307 |
|
"Lennart"
Jun 2007
112010 Posts |
59506*6^780877+1 is Prime
Lennart |
|
|
|
|
|
#308 |
|
May 2007
Kansas; USA
28A316 Posts |
Congrats Lennart!
We were definitely overdue on S6.
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Report top-5000 primes for all k<=1001 | gd_barnes | No Prime Left Behind | 1502 | 2021-06-22 05:30 |
| Report top-5000 primes for k=1003-3000 | gd_barnes | No Prime Left Behind | 688 | 2020-04-24 07:31 |
| All top 5000 primes will have the same number of digits in 2014 ;-) | Batalov | Conjectures 'R Us | 10 | 2013-03-29 01:29 |
| Twenty Oldest Primes on Top 5000 List | masser | Lounge | 9 | 2008-08-27 12:31 |
| get all the 5000 biggest primes above 100K digits | jasong | jasong | 1 | 2007-06-09 22:51 |