AMD's New Venice Core Shows Overclocking Potential
Vigile writes "It looks like the new Venice core processors from AMD are going to offer more than just 90nm technology through the entire line up. According to this article on PC Perspective, it is going to offer a lot of headroom for future processors as the author was able to overclock their 2.0 GHz sample to 2.8 GHz! I think I hear an FX-61 calling my name!"
Multipliers on AMD processors are unlocked in the downward direction.
AMD chips have multipliers unlocked downwards. That means if its got a 10x or 12x multiplier, you can chose 8, 9, 10, up to the default number. It works well, even if you dont want to OC, you can turn down the multiplier and crank up the FSB for better performance.
The Doormat
If you're not outraged, then you're not paying attention.
Oh, not really. I've heard of a few people even getting to 3GHz with Winchester (the previous core) on air.
Any chip made with an insulated-gate fabrication technology will consume power in proportion to the frequency at which it's clocked. Power is the product of voltage and current, and it takes current to charge all those tiny little gate capacitors.
P=E*I. Not just a good idea, yadda yadda.
If you're interested in the best articles on AMD CPUs then read Ilya Gavrichenkov's work at http://www.xbitlabs.com/articles/cpu/
Parent doesn't really seem to know what he's talking about (perhaps he glanced at an architecture book once). The memory hierarchy of almost all modern processors ensures that only a very tiny portion of instructions generate real disk accesses. Relatively few apps are really effected by storage speed... look at some gaming/application benchmarks for a 10k rpm disk vs. a 7.2k rpm disk with the same buffer size.
Which hypothetical Dell are you refering to? The closest I've seen on their site comes with a 17 in FP and starts at $999 (Dimension 8400) but when you add the decent card and upgrade it to a 19 in FP it is $1298.
You could always build your own, then you know what is going into it and know where you skimped and where you spent. You could easily built a kick ass system for $1000 (obviously not top end, after all the graphics card would be $500 if you went that route...).
The parent is currently moderated "Insightful" -- but it isn't. It's wrong.
P = I^2 R. For a processor, the current applied to each transistor is proportional to the clock frequency and the resistance is constant, so the power consumption per transistor (ceteris paribus) rises as the square of the clock rate. For modern processors, the power consumption of the chip is basically due to the total switching power of the transistors, and thus the power consumption rises roughly as the square of clock speed.
Windows boot @2.9, memtest stable at 3.0, prime95 24 hours stable @2.7... here's a massive Winchester overclocking thread:
a ge=1
http://www.ocforums.com/showthread.php?t=364223&p
The Sony PS2 and PS3.
Post von Neumann is already here.
For that matter, GPUs are already far from von Neumman architectures.
Multipliers on AMD processors are unlocked in the downward direction.
Athlon 64 processors are unlocked in the downward direction. Athlon 64 FX processors are unlocked in both directions.
Sytem Includes:
- 3ghz Intel Pentium 4
- 512mb RAM
- 80gb 7200 RPM HD
- CD-RW
- 19 inch Ultrasharp digital LCD
Total Price: $658, free shipping included. Add in an extra $200 for a PCI-Express video card and, at $858, it's comparatively inexpensive. It's not an excellent machine, I understand that; and, while I'm willing to pay a premium for a better machine, I don't expect the premium to be more than 10-20 percent more.An effective signature identifies a particular user amongst a base of thousands.
I dont know what gets people going about speed on CPUs, also better performance. Yes more cache, higher bus speeds and a bigger fan do make for better computer experience but to me all it does is handle more of Windows bloat. I dont get why we have to fork out for a new and improved PC for the latest Windows when a computer thats just moderately new still can do the job just as well. I think all the software companies should refine their applications really push the PC to its limit. Look at Linux, sure it works well on todays computers but heck it still runs well on computer 5 years old. Linux and developers still have a place for the guys with the old computer. I really think software developers should work more on their programs to be as efficient as possible (mainly Microsoft)
If you RTFA, it mentions stability problems with AMD64 and fully populated dimm slots. My brand new AMD system was crashing a few times a day. I had all memory slots populated. I removed a stick of memomory. So far, so good. :)
Sweet !
something revolutionary and cheap, maybe a new optical memory
Revolutionary and cheap.. You don't ask for much do you? Optical is coming slowly, but I'm not convinced it's ever going to replace electric current/voltage-based computing. At least not for general computing.. The problem is shrinking optical paths; you need a wave-guide for optical paths; for electric current, all you need is a string of closely spaced ionized atoms. Theoretically you could get down to a couple-atoms thick of wire with electric current.
Moreover, photons are only slightly faster than electric-current. Electrons move between 0.6 and 0.9 times the speed of light. What photons are really good at is traveling long distances without dispersing as heat. Electrons move only a couple atoms before bouncing into something. But you can do lots of really useful things with electrons that you can't do with photons... Having photons mimic the functionality of electrons might not be doable on the same scale (meaning by the time you get 30 million photonic transistors on a die, you could probalby get a billion electric transistors).
Quantum computing has the same density dilemma as photonic computing. But at least quantum computing does more than electric or photonic switching, so it doesn't need as many functional units. Don't expect to see an Intel Q4 any time soon.
As for a more practical architecture. If practical and economic are what you want then the Pentium 3's with a flat BUS multi-CPU architecture is where it's at. Lots of cheap cores on as simple an architecture as you can get.
The problem of course is in the mathmatical algorithms that we use to do real work. Most steps of computational algorithms are inherently dependent on the results of previous steps, and are thus not parallelizable. single-threaded CPU's have gotten VERY good at parallelizing individual instructions. The compilers aren't well suited for helping the CPU out, so things like the Itanium were supposed to exploit such parallelism. But the loss of backward compatability (and the Itanium's focus on floating point) spelled the death nell for that architecture.
IBM, Intel, AMD are all pushing multi-threaded execution.. Basically giving up on figuring out how to make a particular algorithm work. They're pretending that a CPU which works well on a high-end server with lots of independent jobs (web pages, database transactions, IO requests, etc) can be sold to a market which is trying to scroll the mouse wheel on an excel spreadsheet with a thousand rows. The spread-sheet navigation is extremely sequential. A dual core CPU will be noticeable since there are periodic background tasks which often "get in the way" of your foreground task. But a 3'rd/4rth CPU is not likely to be useful at all to non-workstation end-users. (My workstation generally has 8 visible applications, all actively running).
Personally, I think the answer is taking a step back from MHZ and pipelining. Go back to a 3, 4 or 5 stage pipeline with MASSIVE read-ahead decompilation of instructions (similar to transmeta). Get lots of high-speed cache on board with as little latency as possible (current large-cache architectures have HUGE latancies). By lowering the CPU MHZ, you reduce the latency to the all-important main-memory. Advance the state-of-the-art in power-consumption (I've read of several very novel approaches, including decreasing power to the point of statistically acceptible and correctable errors occuring in the computation). Perhaps put a second core on the CPU, but don't just put two identical masks.. Make use of the fact that a CPU has hot and cold regions.. Rewire both devices so they're really one big device with two functional CPUs..
Develop better heat-dessipation techniques.. THey've been very creative over the years.. Flipping the chip so the silicon directly presses against the heat-sink, for example. They've introduced lower-resistence copper as the main wire interconnect, which was a major material-science challenge. Newer exotic materials may provide for better heat conductivity and voltage regulation. The cooler you run a CPU, the higher the power it can dessipate, the more power you can shove into it, the more work you can ask it to do.
-Cheers
-Michael
Electrons move between 0.6 and 0.9 times the speed of light.
That's a pretty fundamental error for someone acting like an expert to make, don't you think? At 0.9c, we don't call them "electrons," we call them "seriously badass beta rays."
It's not the electrons that propagate the signal, it's the potential difference the electrons are at. I have no idea what voltage you'd need to get electrons to be travelling at 0.9c, but I'd put it well into the MeV range.
Here is a better overview of the changes and feature additions
Hey look no pointless curley braces or semicolons... just like Python
This should be on the Slashdot front page
In CMOS, Power=CVF^2 + Leakage. I^2R assumes a constant, non switching current and a resistive load. A CPU has neither.
This is partially a manufacturing issue.
Since all the chips in a given line use the same core, they all have the same speed paths, ie some signals take longer to get from A->B than others because of more logic, longer distance, etc. The difference comes in during manufacturing. These companies are good at making transistors, but they don't get them perfect every time. When a chip is designed, they look for a theoretical maximum/minimum speed. If a chip doesn't meet the minimum speed at production is is scrapped, this is relatively rare considering the complexity.
On the other end you have chips striving to make maximum speeds. If every chip off a die could be rated at the maximum speed, that would be quite a feat, but it doesn't work that way. After the chips are made, they perform speed tests on them and "bin" the chips.
Chips get placed in lower bins for one of two reasons.
(1)some of the transistors weren't quite up to par during testing/"binning" and ran a little slower and would become unstable in the higher speed ranges
(2)they have to drop a chip into a lower bin for market segments, ie this speed is popular and we're out of them... take the next speed up and drop them into this slot.
That's why sometimes overclocking works, and sometimes it doesn't. It's more likely to work on second gen chips, as they work out glitches in the manufacturing process and more chips are "artificially" lowered in clock speed. That's also why there's a risk in overclocking, if you have a chip that made it into the lower bins because of a manufacturing inconsistency, the chip will be unstable at higher speeds, generally only reasulting in calculation glitches, but possibly physical damage, depending on problem.
-Anonymous Computer Engineer
Because, since the amount of work done by an instruction on one processor differs from the amount done by the same instruction on another processor, it was a rather _Meaningless _Indication of _Processor _Speed.
Yes, HT does connect the cpu to the memory controller, but the new AMD chips do not have a Northbridge, so you're off there.
As long as you don't boost V to make the part capable of running even faster, there's no square term.
Contribute to civilization: ari.aynrand.org/donate
No, the electrical resistance is not constant but has apparently been dramatically lowered by AMD's move to 90 nm technology. AMD processors have had lower electrical resistance than Intel processors for the last two years due to AMD's use of Silicon-on-Insulator (SOI) technology which AMD introduced with their 64-bit processors in 2003. This has meant that AMD SOI-based processors typically released much less heat than Intel processors. Now, however, AMD has moved to 90 nm technology which further reduces electrical resistance thereby allowing higher clock rates. AMD processors typically outperform Intel processors at the generally lower AMD clock rates because the AMD design does more during each clock cycle. Now, with the move to 90 nm tech along with the SOI process, the clock rate of AMD processors seems likely to ramp up again and the AMD processors apparently are on the verge of taking us all another step up in performance. And of course, the dual-core cpus are also apparently on the way but that's a different story for another day the week after next.
Why does that matter? Well, the things that we find for computers to do just keeps on growing and the need for more cycles, more storage, and more memory appears to therefore be infinite. AMD is bringing increasingly more powerful and low-cost machines to the world at large and good things will come from that.
After selecting this LCD, 1Gb RAM, 160Gb HD and a useable mouse (MX500) plus a CD/DVD burner and the X300SE one standands at $957 rebate included...
Well under $999, yeah, right
"The way we can tell it's C# instead of Haskell is because it's nine lines instead of two." -- wadler
LOL Site is brill! Worth losing O/T karma for :)
:D
Use bugger in the same way as wanker, it can be friendly, ';) you wanker'; aggressive ': you WANKER'; funny ':P You Wanker' etc.
Over this side of the pond the use of context is important; thus your tone of voice and body language adds different meaning to a word that can range from an insult to a salutation.
In this context the GP meant for 'bugger' to be substituted with any one of the following not very exaustive list:-
'blighter'; 'begger'; 'swine'; 'thing'; 'beast';
It has been my pleasure to educate you
In the end, It's all bovine dung you know
There are some cases you can use bugger where you can't use wanker, though, such as "bugger me backwards with a stiff wire brush."
Yup. I'm in the choir, Mr. Pastor. I went through the overclocking phase myself, then grew up and out of it. Many overclockers don't understand how a CPU works, much less why the *best* outcome of overclocking is a hard crash (because then you know for sure that you've pushed too far). The most insidious errors don't cause crashes... the computer just keeps cranking along just fine but is outputing incorrect results.
They don't understand that the governor for how fast a CPU runs isn't directly time... it's distance (and because of distance, time). They probably don't know much about data setup and hold times, hysteresis, the fact that computing incorrect values because of setup/hold time violations won't cause a crash, you'll just get wrong answers without a crash, etc.
But hey, they are able to get 2% faster computers while spending less money! That is teh kewl!