Please consider a donation to the Higher Intellect project. See https://preterhuman.net/donate.php or the Donate to Higher Intellect page for more info.

Difference between revisions of "Reconfigurable Application Specific Computing"

From Higher Intellect Vintage Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<html>
 
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
 
<!-- misc-responsive -->
 
<ins class="adsbygoogle"
 
    style="display:block"
 
    data-ad-client="ca-pub-8542359430745061"
 
    data-ad-slot="5971110325"
 
    data-ad-format="auto"
 
    data-full-width-responsive="true"></ins>
 
<script>
 
(adsbygoogle = window.adsbygoogle || []).push({});
 
</script>
 
</html>
 
  
 
Reconfigurable computing is defined as a computer having hardware that can be reconfigured to implement application-specific functions. Though originally proposed in the 1960s, it only started to find its way into commercial computing systems in the 2000s. This has been due to the rapid advances in Field Programmable Gate Arrays, or FPGAs.
 
Reconfigurable computing is defined as a computer having hardware that can be reconfigured to implement application-specific functions. Though originally proposed in the 1960s, it only started to find its way into commercial computing systems in the 2000s. This has been due to the rapid advances in Field Programmable Gate Arrays, or FPGAs.

Revision as of 16:45, 19 July 2019

Reconfigurable computing is defined as a computer having hardware that can be reconfigured to implement application-specific functions. Though originally proposed in the 1960s, it only started to find its way into commercial computing systems in the 2000s. This has been due to the rapid advances in Field Programmable Gate Arrays, or FPGAs.

SGI's Reconfigurable Application Specific Computing (RASC) typically consists of a blade for an Altix system with one or more FPGAs on-board. These are connected to the rest of the system through the NUMAlink fabric, and they can be configured to provide faster results for critical sections of the customer's workload than the main CPU could. More information is available from the RASC Users Guide on TechPubs.

External Links