Hardware

Hardware acceleration is the use of computer hardware made to perform some functions more efficiently than in software running on a general-purpose central processing unit (CPU). Any transformation of data or routine that can be computed can be calculated purely in software running on a generic CPU, purely in custom-made hardware, or in some mix of both. An operation can be computed faster in application-specific integrated circuits (ASICs) designed or programmed to compute the operation than specified in software and performed on a general-purpose computer processor. Each approach has advantages and disadvantages. The implementation of computing tasks in hardware to decrease latency and increase throughput is known as hardware acceleration.
Typical advantages of software include more rapid development, lower non-recurring engineering costs, heightened portability, and ease of updating features or patching bugs, at the cost of overhead to compute general operations. Advantages of hardware include speedup, reduced power consumption, lower latency, increased parallelism and bandwidth, and better utilization of area and functional components available on an integrated circuit; at the cost of lower ability to update designs once etched onto silicon and higher costs of functional verification, and times to market. In the hierarchy of digital computing systems ranging from general-purpose processors to fully customized hardware, there is a tradeoff between flexibility and efficiency, with efficiency increasing by orders of magnitude when any given application is implemented higher up that hierarchy. This hierarchy includes general-purpose processors such as CPUs, more specialized processors such as GPUs, fixed-function implemented on field-programmable gate arrays (FPGAs), and fixed-function implemented on ASICs.Hardware acceleration is advantageous for performance, and practical when the functions are fixed so updates are not as needed as in software solutions. With the advent of reprogrammable logic devices such as FPGAs, the restriction of hardware acceleration to fully fixed algorithms has eased since 2010, allowing hardware acceleration to be applied to problem domains requiring modification to algorithms and processing control flow.

View More On Wikipedia.org
  • 103

    Greg Bernhardt

    A PF Singularity From USA
    • Messages
      19,443
    • Media
      227
    • Reaction score
      10,021
    • Points
      1,237
  • 1

    jedishrfu

    A PF SuperCluster From Altair IV Texas
    • Messages
      14,788
    • Media
      2,644
    • Reaction score
      9,124
    • Points
      961
  • 1

    shibil

    A PF Quark
    • Messages
      1
    • Reaction score
      0
    • Points
      1
  • 1

    jamalkoiyess

    A PF Atom 25 From Lebanon
    • Messages
      217
    • Reaction score
      21
    • Points
      42
  • 1

    pairofstrings

    A PF Cell From India
    • Messages
      411
    • Reaction score
      7
    • Points
      117
  • 1

    fireflies

    A PF Atom From Bangladesh
    • Messages
      210
    • Reaction score
      12
    • Points
      26
  • 1

    Pattonias

    A PF Cell From Southern United States
    • Messages
      197
    • Reaction score
      0
    • Points
      109
  • 1

    trurle

    A PF Molecule From Kyoto, Japan
    • Messages
      508
    • Reaction score
      206
    • Points
      77
  • 1

    Hassan300

    A PF Quark
    • Messages
      1
    • Reaction score
      0
    • Points
      1
  • 1

    Hornbein

    A PF Organism
    • Messages
      2,071
    • Reaction score
      1,694
    • Points
      198
  • 1

    bl4ke360

    A PF Electron
    • Messages
      20
    • Reaction score
      0
    • Points
      11
  • 1

    Darion13

    A PF Quark
    • Messages
      5
    • Reaction score
      0
    • Points
      1
  • 1

    EJC

    A PF Atom
    • Messages
      42
    • Reaction score
      4
    • Points
      36
  • 1

    Rozzdogs

    A PF Quark
    • Messages
      1
    • Reaction score
      0
    • Points
      6
  • Back
    Top