Intel's 9th Gen Processors Rumored To Launch In October With 8 Cores (theverge.com)
According to a new report from Wccftech, Intel will introduce new Core i9, i7, and i5 chips on October 1st that will be branded as 9th generation processors. The Verge reports: The mainstream flagship processor, Intel's Core i9-9900K, is expected to ship with 8 cores and 16 threads. Leaked documents show that this will be the first mainstream Core i9 desktop processor, and will include 16 MB of L3 cache and Intel's UHD 620 graphics chip. Even Intel's 9th gen Core i7 processor is expected to ship with 8 cores and 8 threads (up from the current 6 cores), with the Core i5 shipping with 6 cores and 6 threads. Intel is reportedly launching its unlocked overclockable processors first, followed by more 9th generation processors early next year.
By just fixing Meltdown and Spectre :)
AMD seems to have really shaken up Intel's complacent little world over the last 18 months with the Ryzen.
For having an i7 that has 8 cores but not 16 threads? Is the i9 the new i7?
How many cores do you need for facebook, yahoo mail and netflix? /s
Thank the old gods and the new that we have a competitive AMD again. How long has intel sat on quad core cpus for for the consumer market? And now suddenly when AMD has competitive 8 core chips on the market, Intel thinks thats what the market is ready for... only now?? 8 cores should have came out a long long time ago so screw you intel holding back the computer industry.
These 8 core chips coming soon from intel better be very very competitive priced too because they still have the problems with spectre and meltdown which wont be fixed until intel makes a major redesign to their chips.
The Intel core i9 line has the same architecture and features as the i7 processors.
This is a move to show the market than Intel has something new and innovative to offer. Unfortunately the emperor isn't wearing any clothes.
Even Intel’s 9th gen Core i7 processor is expected to ship with 8 cores and 8 threads (up from the current 6 cores)
Current i7s are hyperthreaded 6 cores. Be interesting to see if non-hyperthreaded 8 cores outperforms hyperthreaded 6 cores.
Are these new chips going to have all the same predictive execution and related issues? Did they have enough time to do any revamping? Or is this going to be the final generation that gets a big chunk of performance improvements crippled?
fencepost
just a little off
It was launched in 2011; it overclocks to 5GHz, if I put a refrigerator on it, lol.
I've ran it at 4.7GHz on all cores since 2016.
Before that, the 3930k I had ran the same OC; they're the same chip, just without cores disabled.
They even show the same multiplier range on my board's bios, although I only run 34x. :)
WTF intel; did you blow ALL the money on hookers and blow?
Truth isn't Truth - Guliani
They're slapping much needed cores in it, unfortunately they price it accordingly, which is a mistake. They should keep the price to the floor at this point, and keep hitting on performance.
I do some serious number crunching on a dipole model, its done on a cluster of Android TV boxes, each 8 core 64 bit, 30 of them to give 240 cores. Each has its own storage and networking, and RAM making it totally scalable. It's the performance of a supercomputer from 15 years ago. And in total it costs around $2000. Sure each box is half the performance per core that Intel delivers, but so what. Each box costs $55.
Having processors twice as fast as ARM cores isn't any good if they're more than twice the price.
i9 is just a marketing gimmick, replace the current naming convention with the following and you'll know what you're really getting
i9 = i7
i7 = i5
i5 = i3
i3 = Celeron
Have you forgotten about Spectre and Meltdown already? That's why they're not hyper-threaded.
Brilliant, so that's why i9 is not hyper-threaded? Oh wait.
When all you have is a hammer, every problem starts to look like a thumb.
I just built a similar system. Ryzen 2700x, 32GB 3200mhz ram, 1tb Samsung pro 970 nvme drive, vega64...all water cooled. The system SCREAMS! Intel might have a few points of single threaded performance up on my system, but I doubt anyone sitting down at my system could even tell the difference!
"What kind function that are you looking for and is missing from 10Pro?"
The ability to disable Microsoft spyware
"You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
Intel launches SkyLake for the fourth time. Wow.
The big problem is most applications suck at parallel processing. 4 Cores
1 for the OS
3 for the applications
Is what seems to suit home usage rather well. Having an 8th gen i7 with 6 cores with a total of 12 threads is underutilized by most applications, and will in general not run at its full potential. So you have an application that you want to work faster moving from 1 core to in essence 12 threads or 16 threads will not have mores law speed improvements, because the program is often stuck on a single core, which hasn't been increasing in speed.
The problem is multi-fold
1. Little Education in Parallel processing programming. Still this is mostly regulated to 300-400 CS classes for undergrad, and mostly designed to aid CS students as an area of study in their Masters Degree.
2. Most programming language have poor implementation of parallel processing. Threading is one way to do parallel processing their are other methods as well. I have seen languages such as MPL (for an early parallel processing system) that actually had an elegant structure of plural variables where you can code parallel processing without threads but using standard lanagues
This is psuto-code as I hadn't used MPL in over 20 years.
plural int x;
plural int holder;
int didchange = 1;
x = randint(maxcpu);
while (didchange) {
didchange = 0;
if (cpu % 2 = 0) {
if (x > x[cpu+1]) {
holder = x;
x = x[cpu+1];
x[cpu+1] = holder;
didchange = 1;
}
if (cpu % 2 = 1) {
if (x[cpu-1] > x) {
holder = x[cpu-1];
x[cpu-1] = x;
x= holder;
didchange = 1;
}
}
Locking conditions and timing all handled easily without a lot of thought of the details. Yet using all the processors.
If something is so important that you feel the need to post it on the internet... It probably isn't that important.
How many cores do you need for facebook, yahoo mail and netflix? /s
With current web browsers, at least 8. </obligatory>
"What kind function that are you looking for and is missing from 10Pro?"
The ability to disable Microsoft spyware
You mean the ability to disable Microsoft.
That I already have: Linux works fine for most things.
The cesspool just got a check and balance.