mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Hardware

Closed Thread
 
Thread Tools
Old 2008-12-15, 03:15   #100
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

635410 Posts
Default

Quote:
Originally Posted by jasong View Post
There's NO evidence that the "integer transform is slower" belief is true.
rogue is offline  
Old 2008-12-16, 04:20   #101
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

DD716 Posts
Default

Quote:
Originally Posted by jasong View Post
I'm not sure how long this "answer" has been here, but it's simply wrong, the AMD based LLR program I mentioned an hour or so ago in another thread uses this method.

There's NO evidence that the "integer transform is slower" belief is true.
Jason, I spent the better part of a year in 2004 building the fastest all-integer large convolution code available, and for Fermat-mod arithmetic it was 15% slower than mlucas for very large numbers. That FAQ has been there since the beginning, because I have code to back it up. Believe me, I wish I was wrong, because I've spent the better part of a decade trying to make all-integer large-number arithmetic go faster than the floating point version.
jasonp is offline  
Old 2008-12-24, 17:08   #102
starrynte
 
starrynte's Avatar
 
Oct 2008
California

EC16 Posts
Default

Is there any way for PS3 to trial factor, then? Or is this impractical too? (Though too many trial factorers isn't that good either...)
starrynte is offline  
Old 2008-12-24, 17:13   #103
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

981810 Posts
Default

Quote:
Originally Posted by starrynte View Post
Is there any way for PS3 to trial factor, then? Or is this impractical too? (Though too many trial factorers isn't that good either...)
It could be done. How much effort does someone want to put into writing the code is something else. Also, how practical is a third item.
Uncwilly is offline  
Old 2009-01-30, 19:51   #104
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

4,691 Posts
Default Canada does Quantum!!!

With a little help from Gov't funding....

http://www.itworldcanada.com/Pages/D...33c&sub=490495
petrw1 is online now  
Old 2009-01-31, 23:33   #105
lavalamp
 
lavalamp's Avatar
 
Oct 2007
Manchester, UK

22·3·113 Posts
Default

To be honest I'm surprised that billions haven't already been poured into this, not least by the American government.

Last fiddled with by lavalamp on 2009-01-31 at 23:34
lavalamp is offline  
Old 2009-02-01, 00:12   #106
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

18D216 Posts
Default

Quote:
Originally Posted by lavalamp View Post
To be honest I'm surprised that billions haven't already been poured into this, not least by the American government.
Why would the American government want to do that? Having an grade school education with strong science curricula has been against the will of government for decades. The NCLBA (No Child Left Behind Act) has been more interested in political correctness than promoting academic competition, whether its between students in a school or between schools. Its been a punishment on the schools because some kids (those at the left end of the bell curve) should not even be in the public school system and those on the right end are not given the tools to excel.
rogue is offline  
Old 2009-02-01, 00:18   #107
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

354310 Posts
Default

Depending on how powerful you think US intelligence agencies are, it's possible that the chance to implement Schor's factoring algorithm on a top secret quantum computer has already merited billions of (secret) US government dollars...
jasonp is offline  
Old 2009-02-01, 03:32   #108
lavalamp
 
lavalamp's Avatar
 
Oct 2007
Manchester, UK

22·3·113 Posts
Default

Quote:
Originally Posted by jasonp View Post
Depending on how powerful you think US intelligence agencies are, it's possible that the chance to implement Schor's factoring algorithm on a top secret quantum computer has already merited billions of (secret) US government dollars...
Well that was the very big reason I was thinking of for the US gov't to get in on it.

However, I think people give gov'ts far too much credit for keeping things secret and just generally being competent. Over here it seems that our lot seem to be able to lose an unencrypted laptop/CD/flash drive with important data on at a rate of 2 or 3 per week.

From what I've seen, businesses that actually need to make money to keep going have their wits about them, but anything state run gets buried in paper and procrastination, including schools. The NHS is probably the biggest example, billions just get poured into a black hole and nothing improves.
lavalamp is offline  
Old 2009-02-07, 23:20   #109
ewmayer
2ω=0
 
ewmayer's Avatar
 
Sep 2002
República de California

2·32·647 Posts
Default

Quote:
Originally Posted by jasonp View Post
Jason, I spent the better part of a year in 2004 building the fastest all-integer large convolution code available, and for Fermat-mod arithmetic it was 15% slower than mlucas for very large numbers. That FAQ has been there since the beginning, because I have code to back it up. Believe me, I wish I was wrong, because I've spent the better part of a decade trying to make all-integer large-number arithmetic go faster than the floating point version.
And since then the speed of Mlucas on Intel-style hardware has doubled due to use of SSE2, which (even using SSE3/4/5) sucks at 64-bit integer math, especially multiply.

But hey, what do we know - all we`ve ever done is spent years and years studying the algorithms and the hardware ISAs and writing hundreds of thousands of lines of code. When that code ends up running at measured speed X on hardware Y, that`s not a "fact", that`s like, just the hardware`s opinion.

JasonG, I notice you mentioned an LLR code that uses pure-integer arithmetic - so why don`t you provide us with a head-to-head comparison of that running on the same hardware vs Prime95, for various convolution sizes. In other words, back up your noise with some actual simple-to-obtain "data".

Also, in early September you mentioned that your mystery friend was all better and that we`d "be hearing all about his work" and be suitably in awe in 2-3 months. 4 months later ... tick, tock. Or did I miss the resulting New York Times "Computational revolution!!! ... Lights All Askew In The Heavens/Men Of Science More Or Less Agog Over Results" front page? This is not to disparage your friend ... I have a sneaking suspicion that if he knew the extent and extremity of the bragging-on-his-behalf you`ve been doing, he`d be rather embarrassed.

Last fiddled with by ewmayer on 2009-02-07 at 23:21
ewmayer is online now  
Old 2009-02-08, 02:13   #110
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

3·1,181 Posts
Default

Ernst, you ask nothing that hasn't already been asked dozens of times. I only hope someday the inferno in Jason's head will drive him to light a candle instead of cursing the darkness.
jasonp is offline  
Closed Thread



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

All times are UTC. The time now is 21:15.


Sun Aug 1 21:15:47 UTC 2021 up 9 days, 15:44, 0 users, load averages: 2.06, 1.78, 1.62

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.