<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.expertiza.ncsu.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tmhedber</id>
	<title>Expertiza_Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.expertiza.ncsu.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tmhedber"/>
	<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Special:Contributions/Tmhedber"/>
	<updated>2026-08-15T07:42:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_506_Fall_2007/wiki4_8_xk&amp;diff=10477</id>
		<title>CSC/ECE 506 Fall 2007/wiki4 8 xk</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_506_Fall_2007/wiki4_8_xk&amp;diff=10477"/>
		<updated>2007-12-05T04:15:49Z</updated>

		<summary type="html">&lt;p&gt;Tmhedber: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
Interconnection networks discussed in Parallel Computer Architecture lectures are somewhat simplified or idealized; in real parallel computers, network topologies often comprise modifications or amalgams of these basic structures. This article will examine some basic interconnection topologies and then describe the &amp;quot;realistic&amp;quot; topologies implemented in a few modern systems.&lt;br /&gt;
&lt;br /&gt;
== Basic topologies ==&lt;br /&gt;
* '''Ring''' networks, as the name suggests, are organized into a ring structure, with each processing element ''P'' connected to its neighbors ''P'' - 1 and ''P'' + 1.&lt;br /&gt;
[[Image:Mesh_topology.jpg|frame|Mesh topology]]&lt;br /&gt;
* '''Mesh''' networks form grid-like structures in which each processing element ''P'' is connected to nodes ''P'' - 1 and ''P'' + 1, as well as &amp;quot;skipping&amp;quot; several nodes ahead and behind (i.e. connections to ''P'' - 4 and ''P'' + 4 in a mesh network with four nodes to a row).&lt;br /&gt;
* '''Hypercube''' networks form cubes with log&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; ''n'' nodes to a side, where ''n'' is the total number of nodes.&lt;br /&gt;
[[Image:Barrel_shifter_topology.jpg|frame|Barrel shifter topology]]&lt;br /&gt;
* '''Barrel shifters''' are similar to mesh networks with the addition of connections from each node to nodes 2&amp;lt;super&amp;gt;''i''&amp;lt;/super&amp;gt; ahead and behind that node (where ''i'' is any integer). For instance, node ''P'' would have connections to nodes ''P'' + 1, ''P'' + 2, ''P'' + 4, ''P'' + 8, etc., as well as to ''P'' - 1, ''P'' - 2, ''P'' - 4, ''P'' - 8, etc.&lt;br /&gt;
&lt;br /&gt;
== Real-world implementations ==&lt;br /&gt;
Many modern supercomputers utilize proprietary interconnection schemes and therefore data on them are limited or difficult to find. The following list designates the interconnection network topologies used in various supercomputers for which such data are available.&lt;br /&gt;
* '''SGI Altix ICE 8200''': Infiniband (switched fabric topology)&lt;br /&gt;
* '''Red Storm''': Cray XT3 Interconnect (three-dimensional toroid)&lt;br /&gt;
* '''Blue Gene/L'''&lt;br /&gt;
** Three-dimensional toroid for inter-nodal peer-to-peer communication&lt;br /&gt;
** Collective (broadcast) network for one node to send messages to several other nodes simultaneously&lt;br /&gt;
** &amp;quot;Global barrier network&amp;quot; which performs a global OR operation over all nodes&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* [http://courses.ncsu.edu/csc506/common/lectures/notes/lec25.pdf ECE/CSC506 lecture notes]&lt;br /&gt;
* [http://top500.org/lists/2007/11 TOP500 Top 10 sites for November 2007]&lt;br /&gt;
* [http://www.research.ibm.com/journal/rd/492/gara.html Overview of the Blue Gene/L system architecture]&lt;/div&gt;</summary>
		<author><name>Tmhedber</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_506_Fall_2007/wiki8_4_xk&amp;diff=9853</id>
		<title>CSC/ECE 506 Fall 2007/wiki8 4 xk</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_506_Fall_2007/wiki8_4_xk&amp;diff=9853"/>
		<updated>2007-11-26T20:01:13Z</updated>

		<summary type="html">&lt;p&gt;Tmhedber: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
Interconnection networks discussed in Parallel Computer Architecture lectures are somewhat simplified or idealized; in real parallel computers, network topologies often comprise modifications or amalgams of these basic structures. This article will examine some basic interconnection topologies and then describe the &amp;quot;realistic&amp;quot; topologies implemented in a few modern systems.&lt;br /&gt;
&lt;br /&gt;
== Basic topologies ==&lt;br /&gt;
* '''Ring''' networks, as the name suggests, are organized into a ring structure, with each processing element ''P'' connected to its neighbors ''P'' - 1 and ''P'' + 1.&lt;br /&gt;
[[Image:Mesh_topology.jpg|frame|Mesh topology]]&lt;br /&gt;
* '''Mesh''' networks form grid-like structures in which each processing element ''P'' is connected to nodes ''P'' - 1 and ''P'' + 1, as well as &amp;quot;skipping&amp;quot; several nodes ahead and behind (i.e. connections to ''P'' - 4 and ''P'' + 4 in a mesh network with four nodes to a row).&lt;br /&gt;
* '''Hypercube''' networks form cubes with log&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; ''n'' nodes to a side, where ''n'' is the total number of nodes.&lt;br /&gt;
[[Image:Barrel_shifter_topology.jpg|frame|Barrel shifter topology]]&lt;br /&gt;
* '''Barrel shifters''' are similar to mesh networks with the addition of connections from each node to nodes 2&amp;lt;super&amp;gt;''i''&amp;lt;/super&amp;gt; ahead and behind that node (where ''i'' is any integer). For instance, node ''P'' would have connections to nodes ''P'' + 1, ''P'' + 2, ''P'' + 4, ''P'' + 8, etc., as well as to ''P'' - 1, ''P'' - 2, ''P'' - 4, ''P'' - 8, etc.&lt;br /&gt;
&lt;br /&gt;
== Real-world implementations ==&lt;br /&gt;
Many modern supercomputers utilize proprietary interconnection schemes and therefore data on them are limited or difficult to find. The following list designates the interconnection network topologies used in various supercomputers for which such data are available.&lt;br /&gt;
* '''SGI Altix ICE 8200''': Infiniband (switched fabric topology)&lt;br /&gt;
* '''Red Storm''': Cray XT3 Interconnect (three-dimensional toroid)&lt;br /&gt;
* '''Blue Gene/L'''&lt;br /&gt;
** Three-dimensional toroid for inter-nodal peer-to-peer communication&lt;br /&gt;
** Collective (broadcast) network for one node to send messages to several other nodes simultaneously&lt;br /&gt;
** &amp;quot;Global barrier network&amp;quot; which performs a global OR operation over all nodes&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* [http://courses.ncsu.edu/csc506/common/lectures/notes/lec25.pdf ECE/CSC506 lecture notes]&lt;br /&gt;
* [http://top500.org/lists/2007/11 TOP500 Top 10 sites for November 2007]&lt;br /&gt;
* [http://www.research.ibm.com/journal/rd/492/gara.html Overview of the Blue Gene/L system architecture]&lt;/div&gt;</summary>
		<author><name>Tmhedber</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Barrel_shifter_topology.jpg&amp;diff=9852</id>
		<title>File:Barrel shifter topology.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Barrel_shifter_topology.jpg&amp;diff=9852"/>
		<updated>2007-11-26T20:00:33Z</updated>

		<summary type="html">&lt;p&gt;Tmhedber: Diagram of barrel shifter topology for supercomputer interconnection networks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Diagram of barrel shifter topology for supercomputer interconnection networks&lt;/div&gt;</summary>
		<author><name>Tmhedber</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:Mesh_topology.jpg&amp;diff=9851</id>
		<title>File:Mesh topology.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:Mesh_topology.jpg&amp;diff=9851"/>
		<updated>2007-11-26T19:57:16Z</updated>

		<summary type="html">&lt;p&gt;Tmhedber: Diagram of mesh topology for supercomputer interconnection networks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Diagram of mesh topology for supercomputer interconnection networks&lt;/div&gt;</summary>
		<author><name>Tmhedber</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_506_Fall_2007/wiki8_4_xk&amp;diff=9849</id>
		<title>CSC/ECE 506 Fall 2007/wiki8 4 xk</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_506_Fall_2007/wiki8_4_xk&amp;diff=9849"/>
		<updated>2007-11-26T19:51:20Z</updated>

		<summary type="html">&lt;p&gt;Tmhedber: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
Interconnection networks discussed in Parallel Computer Architecture lectures are somewhat simplified or idealized; in real parallel computers, network topologies often comprise modifications or amalgams of these basic structures. This article will examine some basic interconnection topologies and then describe the &amp;quot;realistic&amp;quot; topologies implemented in a few modern systems.&lt;br /&gt;
&lt;br /&gt;
== Basic topologies ==&lt;br /&gt;
* '''Ring''' networks, as the name suggests, are organized into a ring structure, with each processing element ''P'' connected to its neighbors ''P'' - 1 and ''P'' + 1.&lt;br /&gt;
* '''Mesh''' networks form grid-like structures in which each processing element ''P'' is connected to nodes ''P'' - 1 and ''P'' + 1, as well as &amp;quot;skipping&amp;quot; several nodes ahead and behind (i.e. connections to ''P'' - 4 and ''P'' + 4 in a mesh network with four nodes to a row).&lt;br /&gt;
* '''Hypercube''' networks form cubes with log&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; ''n'' nodes to a side, where ''n'' is the total number of nodes.&lt;br /&gt;
* '''Barrel shifters''' are similar to mesh networks with the addition of connections from each node to nodes 2&amp;lt;super&amp;gt;''i''&amp;lt;/super&amp;gt; ahead and behind that node (where ''i'' is any integer). For instance, node ''P'' would have connections to nodes ''P'' + 1, ''P'' + 2, ''P'' + 4, ''P'' + 8, etc., as well as to ''P'' - 1, ''P'' - 2, ''P'' - 4, ''P'' - 8, etc.&lt;br /&gt;
&lt;br /&gt;
== Real-world implementations ==&lt;br /&gt;
Many modern supercomputers utilize proprietary interconnection schemes and therefore data on them are limited or difficult to find. The following list designates the interconnection network topologies used in various supercomputers for which such data are available.&lt;br /&gt;
* '''SGI Altix ICE 8200''': Infiniband (switched fabric topology)&lt;br /&gt;
* '''Red Storm''': Cray XT3 Interconnect (three-dimensional toroid)&lt;br /&gt;
* '''Blue Gene/L'''&lt;br /&gt;
** Three-dimensional toroid for inter-nodal peer-to-peer communication&lt;br /&gt;
** Collective (broadcast) network for one node to send messages to several other nodes simultaneously&lt;br /&gt;
** &amp;quot;Global barrier network&amp;quot; which performs a global OR operation over all nodes&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* [http://courses.ncsu.edu/csc506/common/lectures/notes/lec25.pdf ECE/CSC506 lecture notes]&lt;br /&gt;
* [http://top500.org/lists/2007/11 TOP500 Top 10 sites for November 2007]&lt;br /&gt;
* [http://www.research.ibm.com/journal/rd/492/gara.html Overview of the Blue Gene/L system architecture]&lt;/div&gt;</summary>
		<author><name>Tmhedber</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_506_Fall_2007/wiki1_1_ab&amp;diff=3237</id>
		<title>CSC/ECE 506 Fall 2007/wiki1 1 ab</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_506_Fall_2007/wiki1_1_ab&amp;diff=3237"/>
		<updated>2007-09-10T17:30:46Z</updated>

		<summary type="html">&lt;p&gt;Tmhedber: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Moore's Law in the Future==&lt;br /&gt;
In 1965, Gordon Moore famously observed a growth trend in microprocessor technology that has held true ever since. His prediction that microchip feature density would double every 18 months has proven largely correct despite the incredible changes the industry has seen since the 1960s. In some ways, the &amp;quot;law&amp;quot; predicted by Moore has been a self-fulfilling prophecy, pushing the industry to meet its Moore's Law &amp;quot;quota&amp;quot; and drive feature sizes down and clock rates up.&lt;br /&gt;
&lt;br /&gt;
It is predicted that the Moore's Law trend will continue for some time. Chip manufacturers continue to make design improvements that perpetuate the continual increase in chip complexity.[http://www.washingtonpost.com/wp-dyn/content/article/2007/01/27/AR2007012700018.html] While increasing the number of transistors on a chip seems to directly impact the single-processor area of computing, it also has numerous implications in the multiprocessor regime. Of course, increased density yields increased performance in all types of computers, but it also allows for new types of parallel processors such as the now-common single-ship multi-core CPU. Incorporating parallel computing principles onto a single chip has made the benefits of parallelism more affordable even for everyday consumers, and this trend can be expected to continue.&lt;br /&gt;
&lt;br /&gt;
[[Image:SIX0404LAW1A.gif]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;''From http://www.semiconductor.net/article/CA405656.html''&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Price vs. Performance ==&lt;br /&gt;
Affordability is always the bottom line in technology development; better performance is nearly always physically possible, but is limited by economic practicality. As multiprocessor architecture improves, however, ideas which were once unfeasible become more and more realistic. Large computing clusters made up of arrays of several average-to-high performance machines have led the affordability trends for some time.[http://lqcd.fnal.gov/trends.html] This is largely due to the fact that such clusters are comprised of readily-available computer systems in large quantities and can be assembled easily, without much architecture expertise.&lt;br /&gt;
&lt;br /&gt;
As previously mentioned, single=chip parallel processors are also becoming the norm in the consumer PC market. As it becomes more and more difficult to increase clock rates past their current levels, architects are making up the difference by simply adding more processor cores to their chips. Quad-core CPUs are already available, but even larger numbers will be available in the near future.[http://techfreep.com/intel-80-cores-by-2011.htm]&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
Ultimately, the same trends which have emerged since the development of the microprocessor show signs of continuing into the foreseeable future. Trends which have long applied to single-processor applications appear to scale proportionally when more processors are added to the implementation in a parallel fashion. However, there is a limit to how densely transistors can be produced on a chip, so Moore's Law will not hold indefinitely. Instead, multiprocessing will take over the majority of the performance gains. This will allow the end-user performance benefits of Moore's predictions to continue even when the root cause of the benefits has changed.&lt;/div&gt;</summary>
		<author><name>Tmhedber</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=File:SIX0404LAW1A.gif&amp;diff=3234</id>
		<title>File:SIX0404LAW1A.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=File:SIX0404LAW1A.gif&amp;diff=3234"/>
		<updated>2007-09-10T17:23:13Z</updated>

		<summary type="html">&lt;p&gt;Tmhedber: From http://www.semiconductor.net/article/CA405656.html&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;From http://www.semiconductor.net/article/CA405656.html&lt;/div&gt;</summary>
		<author><name>Tmhedber</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_506_Fall_2007/wiki1_1_ab&amp;diff=2814</id>
		<title>CSC/ECE 506 Fall 2007/wiki1 1 ab</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_506_Fall_2007/wiki1_1_ab&amp;diff=2814"/>
		<updated>2007-09-06T00:04:02Z</updated>

		<summary type="html">&lt;p&gt;Tmhedber: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Moore's Law in the Future==&lt;br /&gt;
In 1965, Gordon Moore famously observed a growth trend in microprocessor technology that has held true ever since. His prediction that microchip feature density would double every 18 months has proven largely correct despite the incredible changes the industry has seen since the 1960s. In some ways, the &amp;quot;law&amp;quot; predicted by Moore has been a self-fulfilling prophecy, pushing the industry to meet its Moore's Law &amp;quot;quota&amp;quot; and drive feature sizes down and clock rates up.&lt;br /&gt;
&lt;br /&gt;
It is predicted that the Moore's Law trend will continue for some time. Chip manufacturers continue to make design improvements that perpetuate the continual increase in chip complexity.[http://www.washingtonpost.com/wp-dyn/content/article/2007/01/27/AR2007012700018.html] While increasing the number of transistors on a chip seems to directly impact the single-processor area of computing, it also has numerous implications in the multiprocessor regime. Of course, increased density yields increased performance in all types of computers, but it also allows for new types of parallel processors such as the now-common single-ship multi-core CPU. Incorporating parallel computing principles onto a single chip has made the benefits of parallelism more affordable even for everyday consumers, and this trend can be expected to continue.&lt;br /&gt;
&lt;br /&gt;
== Price vs. Performance ==&lt;br /&gt;
Affordability is always the bottom line in technology development; better performance is nearly always physically possible, but is limited by economic practicality. As multiprocessor architecture improves, however, ideas which were once unfeasible become more and more realistic. Large computing clusters made up of arrays of several average-to-high performance machines have led the affordability trends for some time.[http://lqcd.fnal.gov/trends.html] This is largely due to the fact that such clusters are comprised of readily-available computer systems in large quantities and can be assembled easily, without much architecture expertise.&lt;br /&gt;
&lt;br /&gt;
As previously mentioned, single=chip parallel processors are also becoming the norm in the consumer PC market. As it becomes more and more difficult to increase clock rates past their current levels, architects are making up the difference by simply adding more processor cores to their chips. Quad-core CPUs are already available, but even larger numbers will be available in the near future.[http://techfreep.com/intel-80-cores-by-2011.htm]&lt;/div&gt;</summary>
		<author><name>Tmhedber</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_506_Fall_2007/wiki1_1_ab&amp;diff=2810</id>
		<title>CSC/ECE 506 Fall 2007/wiki1 1 ab</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_506_Fall_2007/wiki1_1_ab&amp;diff=2810"/>
		<updated>2007-09-06T00:02:32Z</updated>

		<summary type="html">&lt;p&gt;Tmhedber: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Moore's Law ==&lt;br /&gt;
In 1965, Gordon Moore famously observed a growth trend in microprocessor technology that has held true ever since. His prediction that microchip feature density would double every 18 months has proven largely correct despite the incredible changes the industry has seen since the 1960s. In some ways, the &amp;quot;law&amp;quot; predicted by Moore has been a self-fulfilling prophecy, pushing the industry to meet its Moore's Law &amp;quot;quota&amp;quot; and drive feature sizes down and clock rates up.&lt;br /&gt;
&lt;br /&gt;
It is predicted that the Moore's Law trend will continue for some time. Chip manufacturers continue to make design improvements that perpetuate the continual increase in chip complexity.[http://www.washingtonpost.com/wp-dyn/content/article/2007/01/27/AR2007012700018.html] While increasing the number of transistors on a chip seems to directly impact the single-processor area of computing, it also has numerous implications in the multiprocessor regime. Of course, increased density yields increased performance in all types of computers, but it also allows for new types of parallel processors such as the now-common single-ship multi-core CPU. Incorporating parallel computing principles onto a single chip has made the benefits of parallelism more affordable even for everyday consumers, and this trend can be expected to continue.&lt;br /&gt;
&lt;br /&gt;
== Price vs. Performance ==&lt;br /&gt;
Affordability is always the bottom line in technology development; better performance is nearly always physically possible, but is limited by economic practicality. As multiprocessor architecture improves, however, ideas which were once unfeasible become more and more realistic. Large computing clusters made up of arrays of several average-to-high performance machines have led the affordability trends for some time.[http://lqcd.fnal.gov/trends.html] This is largely due to the fact that such clusters are comprised of readily-available computer systems in large quantities and can be assembled easily, without much architecture expertise.&lt;br /&gt;
&lt;br /&gt;
As previously mentioned, single=chip parallel processors are also becoming the norm in the consumer PC market. As it becomes more and more difficult to increase clock rates past their current levels, architects are making up the difference by simply adding more processor cores to their chips. Quad-core CPUs are already available, but even larger numbers will be available in the near future.[http://techfreep.com/intel-80-cores-by-2011.htm]&lt;/div&gt;</summary>
		<author><name>Tmhedber</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_506_Fall_2007/wiki1_1_ab&amp;diff=2802</id>
		<title>CSC/ECE 506 Fall 2007/wiki1 1 ab</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC/ECE_506_Fall_2007/wiki1_1_ab&amp;diff=2802"/>
		<updated>2007-09-05T23:48:36Z</updated>

		<summary type="html">&lt;p&gt;Tmhedber: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Moore's Law ==&lt;br /&gt;
In 1965, Gordon Moore famously observed a growth trend in microprocessor technology that has held true ever since. His prediction that microchip feature density would double every 18 months has proven largely correct despite the incredible changes the industry has seen since the 1960s. In some ways, the &amp;quot;law&amp;quot; predicted by Moore has been a self-fulfilling prophecy, pushing the industry to meet its Moore's Law &amp;quot;quota&amp;quot; and drive feature sizes down and clock rates up.&lt;br /&gt;
&lt;br /&gt;
It is predicted that the Moore's Law trend will continue for some time. Chip manufacturers continue to make design improvements that perpetuate the continual increase in chip complexity. [http://www.washingtonpost.com/wp-dyn/content/article/2007/01/27/AR2007012700018.html] While increasing the number of transistors on a chip seems to directly impact the single-processor area of computing, it also has numerous implications in the multiprocessor regime. Of course, increased density yields increased performance in all types of computers, but it also allows for new types of parallel processors such as the now-common single-ship multi-core CPU. Incorporating parallel computing principles onto a single chip has made the benefits of parallelism more affordable even for everyday consumers, and this trend can be expected to continue.&lt;/div&gt;</summary>
		<author><name>Tmhedber</name></author>
	</entry>
</feed>