Intel Launches 8th Generation Core CPUs (anandtech.com)
Reader joshtops writes: Today Intel is launching its new 8th Generation family of processors, starting with four CPUs for the 15W mobile family. There are two elements that make the launch of these 8th Gen processors different. First is that the 8th Gen is at a high enough level, running basically the same microarchitecture as the 7th Gen. But the key element is that, at the same price and power where a user would get a dual core i5-U or i7-U in their laptop, Intel will now be bumping those product lines up to quad-cores with hyperthreading. This gives a 100% gain in cores and 100% gain in threads. Obviously nothing is for free, so despite Intel stating that they've made minor tweaks to the microarchitecture and manufacturing to get better performing silicon, the base frequencies are down slightly. Turbo modes are still high, ensuring a similar user experience in most computing tasks. Memory support is similar -- DDR4 and LPDDR3 are supported, but not LPDDR4 -- although DDR4 moves up to DDR4-2400 from DDR4-2133. Another change from 7th Gen to 8th Gen will be in the graphics. Intel is upgrading the nomenclature of the integrated graphics from HD 620 to UHD 620, indicating that the silicon is suited for 4K playback and processing.
Intel is claiming a 40% performance gain based on the additional cores. But the fact is that most apps use only a single thread, so with a lower clock rate, most apps will actually run slower! Yes, for the few apps designed to use all available threads there should be an improvement, but only if the memory architecture has enough bandwidth to keep all those CPUs fed with data. The limiting factor in most high performance computing is not CPU cycles, it's delays in getting data to each CPU. In other words memory bandwidth is more important than total available CPU cycles. Also, these processors slow down the clock rate as each additional CPU is utilized to avoid overheating.d Short summary: Your Mileage May Vary.
I've abandoned my search for truth; now I'm just looking for some useful delusions.
Intel has new labels for the same processors at the same price. AMD must really have Intel executives crapping their pants.
Intel has lost the crown for performance, never had the crown for being low power and has even discarded all attempt to enter the IoT market. It seems like all these releases are Intel's attempt at throwing everything at the wall and hoping something sticks. Meanwhile, I wonder how much cash they are doling out to prevent people from selling systems with AMD chips.
Anons need not reply. Questions end with a question mark.
It's next to impossible to make an application that doesn't call some OS function that casts off a thread these days.
In the Android world, 50+ threads are quite common on bigger apps, even on Windows, you'll get 5-6 threads per application running.
Here's the thing, these Intel processors are shit. On real world they run slower than ARM per core, and 8 cores are the norm now on smartphones and tablets, yet Intel is still trying to push 2-4 core chips whose 'speed' is a particular optimization for a particular benchmark application.
Intel need to up their game drastically here.
They lost their dominance in volume a long time ago, they lost the lead in $$$ recently, they lost the performance lead to AMD, at some point they have to stop polishing these turds and move forward.
See subject: Increase cpu core count @ hardware level (OS can use it for starters ala this in Windows for example) using regedit.exe:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Executive]
"AdditionalCriticalWorkerThreads"=dword:00000008
"AdditionalDelayedWorkerThreads"=dword:00000008
* I.E. - How much extra cores will help BEYOND today's CPUs for the OPERATING SYSTEM itself (in Critical Worker Threads) in juggling threads in itself & for other processes (in Delayed Worker Threads) per https://msdn.microsoft.com/en-us/library/cc615012(v=bts.10).aspx/
Here I use 8 for an Intel Core I7 as shown above (both in 1st a 920 & currently a 4790k, since they're quad core (& hyperthreaded) & it was lesser based on physical core count of earlier systems I had (this setting has been around since, iirc, Win2k (correct me IF I am off/wrong - it's been SO long since then)...
(Those are settings in WINDOWS you can adjust to take advantage of added cores as you upgrade to CPUs w/ more cores, for example).
ANYTHING/EVERYTHING, in theory, gains there alone (less "process scheduler thrashing" in other words) - I don't care so much about applications/programs (they are probably written to their practical limits anyhow as to what threadwork will gain them) but again, MORE about how the OS will utilize them (per the 2 TUNABLE PARAMETERS in the .reg file I note above as a way to REALLY use the extra cores, almost guaranteed - Windows allows it, not sure of other OS like *NIX based ones).
APK
P.S.=> The rest will be done @ compiler level (already good, only depends on HOW you can leverage it OR if internal-to-program itself datasets AND PROCESSES (imo, a Gannt chart illustrates this well) allow for it - not all do) & it's always that way, pretty much - hardware 1st, software catches up (& it does, mostly inefficiently @ 1st, sucking up the CPU cycles/efficiencies gained)... apk
I still dont know if its safe to turn on Hyperthreading on my Kaby Lake processor. Do I get a motherboard bios update or something from Intel to install or what?
https://m.slashdot.org/story/327973
with more pci-e lanes at ALL Levels.
intel needs more pci-e lanes with no cut down cpus in an socket with lanes disabled
"Obviously, nothing is free" [so speed had to go down to pay for other improvements].
I assure you, sir, that in the past, we got stuff for free all the time. Basically, every new generation had more complex circuitry (oh, man, that jump from 16-bit to 32!) with more instructions and a drop in cycles/operation, **A*N*D** the chip ran faster.
The curve has been bending for some time, of course - I read these things because I got a high-end i7 in 2013 that had come out in 2012, (i7-3930K CPU @ 3.20GHz) and I'm still not sure if I would *notice* the speedup if I bought a 2017 system to replace it. A gamer friend tells me I will notice, but only if I get the latest thing in RAM and the latest thing in SSD disks, each on the latest thing in buses. All of that together will not double the performance of my early-2013 purchase, and "double" used to be every couple of years.
But, anyway, it was that "of course" that got to me. It means that the psychology has changed; the lack of automatic silicon progress has been accepted at a deep level, and people are planning around an era of Limits To Growth. "Moores Law" as a *social* era, has ended. We no longer expect next year's progress to solve this year's problems. We'll have to make some Hard Choices, give up something, to solve a resource lack.
I honestly would've liked to see Intel keeping Atom development going to see next generations to Cherry Trail... low powered small PCs seemed to have a good future there if only Atom kept going for some more years.
APK, It seems that you have something important to say, but I don't understand most of it. I suggest you read Confessions of an Advertising Man by David Ogilvy. That book was very helpful to me.
See subject: SQLite had a bug in it for a decade or more https://it.slashdot.org/story/17/05/13/0113255/google-found-over-1000-bugs-in-47-open-source-projects/ & it's written in C so buffer overflows might still be present in it too.
Regarding threadwork in my program?
It's done how it is for "full bore speed ahead" in it's longest routine (which I improved by 66% w/ the test model I have here I'll release soon) - putting it onto a backgrounded thread would SLOW it & VCL it's done on ISN'T GUARANTEED THREADSAFE as well.
Thus, I won't do that.
HOWEVER - It does excellent concurrent ops on threads for reverse DNS of favorite sites (up to 5 extra when needed threads) though.
As far as the registry settings I posted are on topic and work for added cores!
* By the way/again: You just got blown away so get on topic as was suggested instead of being a butthurt pest you are.
APK
P.S.=> I also wrote functionality in my program BY HAND that does what SQLite would've for it, so I have control over it & could patch immediately - I couldn't if I used SQLite & what I wrote does what SQLite does for this program too (so I don't need it OR BUGS IN IT EITHER) & that code of mine does what roughly 14++ *NIX commands do!
How about you? Zero is what you are YOU UNIDENTIFIAIBLE do-nothing "ne'er-do-well"... apk
Threadwork in my program is done how it is for "full bore speed ahead" in it's longest routine (which I improved by 66% w/ the test model I have here I'll release soon) - putting it onto a backgrounded thread would SLOW it & VCL it's done on ISN'T GUARANTEED THREADSAFE as well.
Thus, I won't do that.
HOWEVER - It does excellent concurrent ops on threads for reverse DNS of favorite sites (up to 5 extra when needed threads) though.
* By the way/again: You just got blown away so get on topic as was suggested instead of being a butthurt pest you are.
APK
P.S.=> I also wrote functionality in my program BY HAND that does what SQLite would've for it, so I have control over it & could patch immediately - I couldn't if I used SQLite & what I wrote does what SQLite does for this program too (so I don't need it OR BUGS IN IT EITHER) & that code of mine does what roughly 14++ *NIX commands do!
How about you? Zero is what you are YOU UNIDENTIFIAIBLE do-nothing "ne'er-do-well"... apk
See subject: Others disagree as the very nearly same post almost verbatim is upmodded here on /. before https://hardware.slashdot.org/comments.pl?sid=10960603&cid=54957501/
APK
P.S.=> You might want to get out your "HOOKED ON PHONICS" remedial reading lessons... apk
I'm going to continue using the Host File Engine. Your software is well written, functional. The Host File Engine performs exactly as promised by mmell
his hosts program is actually pretty good by xenotransplant
his hosts tool is actually useful for those cases in which one does indeed want to locally block stuff outright while consuming minimum system resources by alexgieg
(APK's) work, I've flat out said it's good by BronsCon
I've tried his hosts file generating software. It works by bmo
APK your posts on this & the hosts file posts, and more, have never been in error &/or bad advice by BlueStrat
Your premise that hostfiles are a good way to deal with advertising & malvertising is quite valid by JazzLad
I like your host file system by Karmashock
* It's recommended/hosted by Malwarebytes' hpHosts!
APK
P.S.=> See subject & quoted /.ers above - now, show us you've done better earlier than I - fact: YOU CAN'T & you know it... apk
See subject dumbass - it's increasing how you take advantage of cores counted for BOTH the OS & the applications it juggles!
It was a PLEASURE blowing YOU away easily on threadwork my program does https://it.slashdot.org/comments.pl?sid=10606043&cid=54414317/ & also on SQLite's bugs https://slashdot.org/comments.pl?sid=10606043&cid=54414369/
(Given those facts in those links? YOU are the UNIDENTIFIABLE WORM that's been stalking me here & YET AGAIN YOU kept up on those errors of yours I have just CRUSHED YOU ON YET AGAIN - seeing as how you forgot to post anonymously this time, lol!)
APK
P.S.=> You're "the expert" here, QUAGMIRE? Compared to me & things I've done in the art & science of computing, you're far from even an AMATEUR... apk