Qualcomm Says Eight-Core Processors Are Dumb
itwbennett writes "Following rival MediaTek's announcement of plans to release an eight-core processor in the fourth quarter, Qualcomm has declared eight-core processors 'dumb'. 'You can't take eight lawnmower engines, put them together and now claim you have an eight-cylinder Ferrari. It just doesn't make sense,' Qualcomm's senior vice president Anand Chandrasekher said, according to a transcript of his comments to Taiwan media provided on Friday. Asked whether Qualcomm would one day launch its own octa-core processor, Chandrasekher said, 'We don't do dumb things.'"
another soon to be famous quote
I'm somewhat inclined to agree, actually! Samsung's S4 uses different cores running at different clock speeds for different tasks, and is obviously about improving power utilization. Given that, it really just looks like Qualcomm is trying to spin their business decision (to not do eight-core chips, probably because they don't think they can compete) to their investors as cost-saving for their customers. I didn't get the impression that power consumption was the bigger concern. But, hey, maybe that's their niche.
Bio questions? Ask me to start a Q&A journal. Computer analogies available for most topics!
The Onion is behind a paywall. It is like a censorship wall, but you have to pay for it too see the useless junk behind it. For that reason, The Onion can jump off a next digital cliff they find for all I care.
Well there's a difference between that kind of virtual machine (target) and an actual virtualized system. The former is, in essence, just an application that happens to target a virtual platform that gets compiled just in time to native code during execution. The latter is a full virtualized system with 'hardware'. The specifics of that depends on the hypervisor employed.
You don't buy new blades for your electric razor? I buy new ones about every 18 months. Trust me, after 2 years you would notice the difference.
Gamingmuseum.com: Give your 3D accelerator a rest.
You know what multiple cores are great for, that a very large segment of the population does? Image processing. A very large subset of things you can do to images responds very well to slicing an image into [#ofCores] slices, and then whacking away at them in [#ofCores] parallel.
I write SDR software, that kind of programming can really benefit from multicore hardware too. At least, the way I write it, it does.
Anyway, I think ol Qualcomm is lacking a certain basic understanding of what multicore architecture brings to the table. Er, phone. Desktop. Tablet. Whatever.
But that's ok. Manufacturers that remain mired in the past fall to their competitors and so self-select themselves out of the game.
I've fallen off your lawn, and I can't get up.
I thought the reasoning behind multiple cores was so you could power off the ones you're not using. It's not that you're taking 8 lawnmower engines and turning them into an 8 cylinder Ferrari engine, but you're putting 8 smaller lawnmower engines on your lawnmower so instead of using the big 80HP engine when you're just trimming a narrow stretch of grass, you only need to power up one 10HP engine while the rest of them remain powered off. If you're cutting wider stretch of grass, you can use 2 engines, etc. So you save energy by only using as many cores (engines) that you need for the task.
You are allowed 5 free articles (or views) of The Onion website. After that they greet you with a paywall. One day, you are going to hit that limit. Your face is going to be annoyed once that happens.
The problem is that workloads people regularly do simply don't use 8 cores.
The problem is people who don't do much on their computers who then claim that more computing power isn't necessary because nobody does much on their computers.
I work in an environment where modelers are using quad-chip hex-core systems and could easily use more in a heartbeat. Load averages of greater than 100 on a regular basis. Small input, medium output, and lotsa lotsa CPU time.
Where did you get the idea that everyone is expected to buy an 8 core system and so 8 core systems aren't justified because some people don't need them?
On the other hand, Qualcomm is probably saying 8-cores is stupid, because they don't have one on the market. Wait to hear what they say when they come up with one.
No, they're saying they're stupid because they really are stupid. There is little demand for more than 2 cores in today's (or tomorrow's) mobile software. 2 cores is the sweet spot, 4 is questionable, 8 is brazenly pandering to people who have no clue.
The other thing is that the Samsung chip isn't even a genuine 8-core device. To be sure, there are a total of eight physical ARM cores present, but by design you're only intended to use four at a time. There are two clusters of four cores. One is a Cortex-A15 cluster (fast, high power, occupies lots of die area), the other is Cortex-A7 (slow, low power, small). This is a concept that ARM Holdings markets as "big.LITTLE". They don't have any core designs with a sufficiently wide dynamic range of power/performance operating points, so they're compensating by telling customers (like Samsung) that they should design in a redundant set of cores of a different design which can reach the desired power consumption targets. Firmware running below the OS decides which cluster should be active at any given time, and manages handoffs and powerdown of the inactive cluster. It's a very inelegant kludge, especially since the handoffs cause performance hits.
Qualcomm and Apple both have high performance homegrown ARM core designs which scale down to lower power states better than A15, though they're not quite as fast as A15 on the top end. Hence, both of them are offering dual-core parts, since as long as your individual cores are fast two, is pretty much enough for the vast majority of mobile software. Apple is particularly focused on maximizing performance to power ratio, since they focus exclusively on building small (no 5" screens), thin, and light phones, yet they still want to be close to the top in real world performance and also among the best in battery life.
Both of them could be shipping 4+ cores right now if they thought it was worth it. Once you've gone to two cores, adding more is fairly simple, since all the mechanisms for maintaining cache coherency between multiple cores have already been worked out. But they don't think it's worth it so they haven't done it.
Samsung, on the other hand, needs something to hang their hat on. Unlike Qualcomm they can't integrate radios into their SoCs (yet, but they're working on it), which is a huge disadvantage. And they don't (yet, but they're working on it) have their own custom ARM core design. So they're trying to differentiate their current products using the hand they've been dealt, which presently means using ARM's big.LITTLE concept to offer absurd core counts that aren't actually useful to end users, and a bunch of other questionable things.