Comments

You must log in or register to comment.

Danjour t1_j42qups wrote

Someone tell me why this doesn’t matter

21

Amazingawesomator t1_j42wt0j wrote

This is regularly checking single-core-only performance (multi-core boost is regularly lower than that. Multi-core is what is normally used under most loads nowadays), it is on intel's flagship "KS" processor so it will be extremely expensive, and the amount of power required for this is extremely inefficient in most cases.

It will still be fast, but it will be very difficult for a normal person to tell the difference between this inefficient monster and putting it in eco mode to save 20% of your power budget for something like 2% performance.

15

FreezingRobot t1_j43e498 wrote

First off, it's a processor that nobody in their right mind would pay for.

Secondly, clock speed isn't the most important thing when it comes to actual processor speed, or the work it does.

6

silverbolt2000 t1_j43rok8 wrote

Because the graphics card is usually the main bottleneck for the overwhelming majority of consumer related performance issues, not the CPU.

And the new CPU requires 150W of power! All they’ve done is made the existing Intel hardware more tolerant to overclocking. The architecture appears to be unchanged.

2

morcantium t1_j44e3v2 wrote

The price per watt on this is going to be ridiculously high. Not to mention the cost of running it, plus the cost of air conditioning your computer room. It's basically a room heater that also does computing.

6

kwpang t1_j44fgpe wrote

Wow Intel. Sounds hot.

Literally.

2

k2theablam t1_j44wmob wrote

Lol "without overclocking". They just do it for you at the factory now.

24

jcunews1 t1_j44z9s1 wrote

If a processor use light to transter data, what's the theorical clock speed it can achieve?

0

uselessadjective t1_j452uwk wrote

Whats the power consumption though ?

Aint gonna touch that..

3

aceman123 t1_j456kxl wrote

Lol, the KS skus are just them cherry picking golden samples and charging an absurd premium. Wouldn't be surprised if the 5800x3D still beats this in single core tasks.

10

SpecialNose9325 t1_j45mt63 wrote

last years variant could do 5.8GHz. So its an incremental upgrade at best.

2

BarRepresentative821 t1_j45vzt1 wrote

Ah Intel, seems like you've forgotten what you knew and you'll never learn again

1

gurenkagurenda t1_j45ymcs wrote

I don’t think this is a terribly useful question to examine, because you have to decide what you mean by “theoretical”, and because clock speed isn’t typically a goal unto itself unless you work in CPU marketing. Under some definitions, we’re nowhere close to the fastest theoretical clock speed you can achieve with electronics, even though we might be getting there as far as the materials we know about are concerned.

1

cth777 t1_j4700ue wrote

I still question if this is a better option than the non-S version. You’re spending a ton of power and likely running into thermal problems without excellent cooling for a very small improvement in single core performance

1

pinkfootthegoose t1_j48l7bz wrote

most processing can be run in run in parallel meaning that most problems can be split up and solved on several processors at once. Some problems can only done in series meaning they have to solved one math problem at a time in a sequence. You use the faster processor for the problems that have to run in sequence and the rest can be sent to the slower ones to be run in parallel. (simplified explaination)

1