Slashdot Log In
Intel in the GHz Game Again - Skulltrail Hits 5 GHz
Posted by
Zonk
on Wed Oct 31, 2007 03:02 PM
from the spookily-appropriate-code-name dept.
from the spookily-appropriate-code-name dept.
An anonymous reader writes "Intel's Skulltrail dual-socket enthusiast platform has been making the rounds on the web for half a year or so, but we haven't seen many details yet. TG Daily got a close look at an almost complete prototype, which surely sounds almost like a production ready version, judging from the article. Everything that TG Daily describes sounds like Skulltrail PCs will be very limited in availability and insanely expensive. Intel also has said it has developed 'special' Xeon processors with desktop processor attributes just for Skulltrail. These chips are currently running at a stable 5 GHz."
Related Stories
Submission: Intel in the GHz game again: Skulltrail hits 5 GHz by Anonymous Coward
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
I guess... (Score:5, Funny)
Re:I guess... (Score:5, Funny)
Parent
Re: (Score:3, Funny)
So it all works out in the long run.
Also, Duncan Hill Coffee (Score:5, Funny)
Obviously, it's the only architecture hand-designed by Dethklok.
Excessive? (Score:2, Interesting)
On the other hand...will this be out in time for Crysis?
Re:Excessive? (Score:5, Insightful)
Parent
Re: (Score:2)
I agree with you; games are power-hungry, but by no means the most power-hungry things you can do with a PC. Mind you, I'm weird - I've actually done proper scientific numerical simulation work (and had to leave it running overnight to finish). I've also done video transcoding, and while that doesn't take as long it wasn't quite real-time last time I did it, so there's definitel
Re: (Score:3, Funny)
Re: (Score:2)
But yes your correct. You did leave out data mining and a few other applications.
What is amazing is the size of problems that we are now willing to tackle with desktop hardware.
Re: (Score:2)
Re: (Score:3, Funny)
Wasting Time... (Score:4, Funny)
You are wasting your time, the answer will always be 42....
Parent
Re: (Score:3, Insightful)
Im pretty sure games stress the whole system overall a lot more than any application im aware of. math problems and ray tracing and DV editing if im not mistaken are CPU exclusive operations. Im not an expert but high end graphics cards are more powerful than cpus, even if they are specialized. i cant think of any other application that will stress the CPU, GPU, RAM, HDD and everything else to 100% other than games.
You are mistaken. Take particle physics simulations for example. The system might be downloading a 10GB dataset to do the next simulation while it's working on simulations of a detector which involves working with the current dataset. The download would max out your net connection while the simulation work would max your cpu and require something like 2-3GB of ram. The two activities are probably generating a decent i/o load as well.
Same deal with audio or video processing, if you're streaming a vi
Re: (Score:3, Informative)
Re:Excessive? (Score:4, Insightful)
Not to mention running something like World Community Grid [worldcommunitygrid.org]. I love using my idle processor time to tackle AIDS, Cancer, Muscular Dystrophy, Dengue, etc.
-l
Parent
Re: (Score:2)
Traslation (Score:5, Insightful)
It will be 20% faster, 200% hotter, needs a 300% nosier fan, consumes 500% as much power.
Yes, but (Score:5, Funny)
Parent
Re:Yes, but (Score:5, Funny)
Parent
Re: (Score:2)
Re: (Score:3, Funny)
if you could make something require 500% more power but convert 200% more energy to heat (ignore photonic emissions), you'd have yourself a nobel prize.
i'm just sayin.
Estimating power at 5GHz (Score:3, Interesting)
At 3GHz, it uses 8.79W when doing nothing, and 73W when running all four cores flat-out
At 4GHz, it uses 16.83W to do nothing, and 135W with all four cores flat-out; on the other hand this required a voltage increase to 1.44V from the 1.25V that sufficed up to 3.33GHz.
Fitting curves suggests that you would be using something like 350W for four cores at 5GHz, which is quite impressi
Not if it is putting out energy in other forms. (Score:5, Funny)
Parent
Insanely expensive... (Score:5, Insightful)
bragging rights (Score:5, Funny)
Remember, it's not just the spammers that profit off of people with small penises. Auto manufacturers, TV manufacturers, home builders, and now Intel all profit off of them too.
Parent
Re: (Score:2, Funny)
Ha! I don't buy things from any of those people, and my penis is tiny!
Re:So... (Score:5, Insightful)
Confucius say, a small dick is still better than an unused one.
Parent
Hertz by themselves are useless (Score:5, Insightful)
Where did my /. go? (Score:5, Funny)
Parent
MHz wars are over (Score:3, Insightful)
Look at the history of processors speed. We've been pretty flat, and will stay that way in all practical manner for a while.
Before someone throws the quote like they are smart, Moore's law refers to transistor not speed.
1) Faster chips require better fabs. Fabs are having difficulty producing better platters with a few enough flaws to produce mass quantities. Strides are being made, but know massive breakthroughs.
2) Multiples cores and real parallel processing development is just starting to become expected knowledge for the average application developer. Lets be honest, a lot of developers don't bother to understand multi-threading and avoid it like a plague. Fortunately there are some IDEs that make it easier for developers.
Re:MHz wars are over (Score:5, Insightful)
Parent
Re:MHz wars are over (Score:5, Interesting)
A properly functioning word processor can already do pretty much everything 99.99% of what a user asks of it as fast as the user can tell it to do something, even on the bottom line processor.
Today's video games, sure, aren't going to benefit much from multicore. But I disagree that the benefits for future games will top out at 2. I mean - you could have 1 core handling user input and processing, 1 core handling the physics enviroment, 1 core for unit AI, 1 core for graphics information. There's a quad core right there.
Business and scientific apps will see some beyond that, but memory tends to be the bottleneck there- we'd be better off increasing memory bandwidth and latency than clock speed
Then they can start worrying about beefing up memory bandwidth - I've read about some technologies in the pipe that will help with this. And the scientific community can always use more bandwidth - they are one of the larger users of supercomputers, and this might take a project from 'Need to rent 24hrs on the supercomputer for $$$' to 'I can run this on my work computer for a month/week to get the same results for $'.
Parent
Re: (Score:2)
Re:MHz wars are over (Score:4, Insightful)
Fewer faster cores will always be more flexible than more slower ones. The reason we go with more slower ones is that slower cores use less power (power scales much worse than linearly with speed, so two 1GHz cores will use a lot less power than one 2GHz one). Some workloads are intrinsically parallel (e.g. web serving) and so having lots of cores using less power is a big win. Others are not and so extra cores are just a waste (although you can often consolidate multiple serial tasks onto one machine with lots of cores).
Parent
Re: (Score:3, Insightful)
Re: (Score:2)
Yes, I was once an AMD knight, the same as your father.
Chris Mattern
what does "desktop processor attributes" mean? (Score:3, Interesting)
Thad
Re: (Score:3, Insightful)
Re:what does "desktop processor attributes" mean? (Score:4, Insightful)
I'm not intimately familiar with the specifics in this case, but starting with a server chip and "adding desktop processor attributes" would typically entail:
adding the inability to use ECC.
adding a reduction in cache.
adding a lack of fault tolerance or error checking capabilities.
adding the feature of being impossible to use with > 2 sockets.
adding a whizzy new marketing name.
And, the enthusiast desktop parts are often easy to overclock, while server parts assume you'll just buy a faster CPU instead of wasting time fiddling with something that may catch fire.
BTW, hey, I remember you from alt.movies.visual-effects "back in the day" before the death of Usenet. good to see you haven't fallen off the face of the planet. I'm not in the process of working on a compositing demo reel so I can try to jump from straight IT to visual effects in the near future. I blame this career change in part on all your interesting and informative posts getting stuck in my head.
Parent
Stable (Score:5, Funny)
This looks bad next to a amd dual quad-core system (Score:4, Interesting)
The dual amd system that this will be like this will use DESKTOP RAM, have 2 or more chipset choices. Also the amd setup lets you have 2 full Northbridge chipsets for even more i/o the nForce 680a uses this and nvidia will likey have a new chipset with pci-e 2.0. The old has a x16 x8 x8 x16 pci-e with a total of 56 PCI-E lanes.
The new amd chipet is also comeing and you may even see a board with 2 Northbridges = 82 pci-e lanes.
790FX
* Codenamed RD790, final name revealed to be "AMD 790FX chipset"
* Dual-socket (Quad FX, Dual Socket Direct Connect Architecture) or single AMD processor configuration
* Maximum four physical PCI-E x16 slots and discrete PCI-E x4 slot , the chipset provides a total of 52 PCI-E lanes, with 41 lanes in Northbridge
* HyperTransport 3.0 with support for HTX slots and PCI Express 2.0
* ATI CrossFire X, see below
* AutoXpress, see below
* Extreme overclocking, reported to have achieved about 420 MHz bus for overclocking an Athlon 64 FX FX-62 processor, from originally 200 MHz.
* Discrete chipset cache memory of at least 16 KB to reduce the latencies and increase the bandwidth
* Supports Dual Gigabit Ethernet, and teaming option
* Reference board codenamed "Wahoo" for dual-processor system reference design board with three physical PCI-E x16 slots, and "HammerHead" for single-socket system reference design board with four physical PCI-E x16 slots, also notable was the reference boards includes two ATA ports and only four SATA 3.0 Gbit/s ports (as being paired with SB600 southbridge), but the final product with SB700 or SB750 southbridge (see below) should support up to six SATA ports
* Northbridge made on 65 nm process, manufactured by TSMC, and runs at 3 W when idle, and maximum 10 W under load, nominal 8 W power consumption, the northbridge was seen on reference design with single passive cooling heatsink only instead of connecting to heat pipes which are frequently used on current mainstream motherboard offers, the combination of 790FX northbridge with SB600 southbridge consumes normally less than 15 W
* Enthusiast discrete multi-graphics segment
Even if the Intel system is faster the amd system with less costly MB and much cheaper ram will likely be a better buy.
Progress (Score:3, Funny)
Next, from AMD... (Score:5, Funny)
8GB RAM + SLI? (Score:3, Interesting)
Correct me if I'm wrong but if you're stuck with 32 bit windows there's no point having much more than 2GB RAM if you're doing SLI, given you have 4GB addressing space and the video cards would take a large chunk of that addressing space.
Re:But... (Score:5, Funny)
Dude, you can run linux on a wristwatch. The question is, can it run Vista?
From an old K5 diary: [kuro5hin.org] -mcgrew
Parent
Re: (Score:2)
Re: (Score:2)
Re:But... (Score:4, Insightful)
I'd be fairly certain that the NSA uses some kind of off-the-shelf processors, whether that be Power, Itanium, or X86.
What the NSA does different, most likely, is scale. You put 1,000 of these in a supercomputer? They'll put 100,000.
Chip fabs are expensive, as is chip design. There's no reason not to leave that to the experts (AMD/Intel). It's a commodity process, and they'll do it better than the government ever can.
Supercomputer design is something else. That's not commodity; and it's a simple scaling problem. More $$ = Bigger computer.
Why should they bother reinventing the wheel?
Parent
Re: (Score:2)
Re:Not the first one at all (Score:4, Funny)
Parent