'Pruned' Microchips Twice As Fast and Efficient
Zothecula writes "If you had to use a commuting bicycle in a race, you would probably set about removing the kickstand, fenders, racks and lights to make the thing as fast and efficient as possible. When engineers at Houston's Rice University are developing small, fast, energy-efficient chips for use in devices like hearing aids, it turns out they do pretty much the same thing. The removal of portions of circuits that aren't essential to the task at hand is known as 'probabilistic pruning,' and it results in chips that are twice as fast, use half the power, and are half the size of conventional chips."
It's news that removing unnecessary parts of a circuit make it more efficient? Really?
I'll be removing the training wheels off my Harley this afternoon... thanks to this article I can be badass and efficient
I was trying to make it more efficient by getting rid of some of the unused cores, so I got a pair of scissors and pruned off a couple of those cores. I put the pruned, aero dynamic chip back in my machine and now it won't start up! On the plus side, the power savings are noticeable :)
Someone's going to chime in and say that the naysayers are oversimplifying or denigrating this because they didn't think of it, but I think the quote below says enough.
Uh, no, Professor, I don't believe it is.
... for a specific application, like a hearing aid. Not so good for microprocessors intended for general purpose use (broad markets).
If you have sufficient market volume, you can afford to produce some sort of 'application specific integrate circuit'. Hmm, an ASIC. Now there's a novel idea (putting on jacket to make a dash to the patent office).
Have gnu, will travel.
From Wikipedia entry on Madman Muntz:
"I believe this is the first time someone has taken an integrated circuit and said, 'Let's get rid of the part that we don't need,'"
I believe this to be a basic part of design.
Yeah, I'm not that crazy about that idea.
From what I gather the components being removed are most likely resistors and capacitors. And sure, some can be probably removed, if you don't mind ending up with a noisy power supply and too much current going to various parts.
So you're left with a device that kind of works, but that may mysteriously stop working in a few months.
He was probably responsible for those TVs I had when I was young which would lose sync when conditions weren't perfect, as in: either the Sun or the Moon were up.
Great minds think alike; fools seldom differ.
Yes, you are right. This is the spirit of RISC.
But RISC was wrong. RISC resulted from a study of what instruction were actually used by typical applications that were compiled with standard compilers. This is like studying what railroad tracks are used and concluding that rail travel would be optimum if certain tracks were eliminated and others improved. This conclusion is wrong, because it assumes that existing rails include all optimal paths. In actuality, there might be paths that do not currently have rails.
Thus, the conclusion that a CPU should have fewer instructions is specious. A more accurate conclusion would have been that a CPU should have an optimum set of instructions for its intended task.
For example, consider the fact that linked lists are heavily used by most C programs. Yet, the C language does not have a linked list primitive: one has to use a library. Therefore, if a CPU had linked list operations built in (as the VAX did), a C compiler could not even use those operations because the language does not support it. Instead of concluding that the CPU's instruction should be fewer, one might conclude that the CPU should have linked list operations built in, and that linked list operations should be added to C. The result might be much faster programs.
My point is that RISC exposed the issue of the matching of CPU instruction to software, but the conclusion that CPUs should be simpler was wrong. The right conclusion would have been that CPUs should have optimal instructions, which might mean removing some and adding others - not merely removing some.
What you didn't mention is that "Muntz admitted his business lost $1,457,000 from April to August 1953,[28] and although he tried to reorganize, Muntz TV filed bankruptcy and went out of business in 1959" (from the same Wikipedia article)
You see, engineers don't sprinkle components at random. Every component in an electronic circuit is there for a reason. If something can be removed, what you have is a defective specification, maybe your circuit is designed to perform a function that's not often used, maybe it's designed to function in a situation that never happens. In that case you can ask the engineer to redesign for looser specifications.
Removing components at random is just stupid.