Difference between revisions of "Discussion of: Moving Compute towards Data in Heterogeneous multi-FPGA Clusters using Partial Reconfiguration and I/O Virtualisation"

From epsciwiki
Jump to navigation Jump to search
(Created page with "'''David:''' * Started to get lost around page 3 * PR = Partial Reconfiguration = uploading new algorithms to FPGA without re-flashing entire board(?) * I/O virtualization * D...")
 
Line 8: Line 8:
 
** Motivates distributing data as evenly as possible over storage.
 
** Motivates distributing data as evenly as possible over storage.
 
** Energy used to extract data from disk? SSD not a problem. Could be increased energy though if you need to spin up two HDDs as opposed to one.
 
** Energy used to extract data from disk? SSD not a problem. Could be increased energy though if you need to spin up two HDDs as opposed to one.
 +
 +
'''Diana:'''
 +
* [https://www.nytimes.com/2021/04/13/technology/racist-computer-engineering-terms-ietf.html NY Article on Master/Slave terminology]

Revision as of 20:28, 26 September 2021

David:

  • Started to get lost around page 3
  • PR = Partial Reconfiguration = uploading new algorithms to FPGA without re-flashing entire board(?)
  • I/O virtualization
  • Design requires compute resources to be distributed throughout storage resources. (cost/benefit?)
  • "... offers users with an illusion of a single and large FPGA, in which they can develop, deploy, and execute applications at large-scale with ease to achieve energy-efficient HPC"
  • Does the benefit only come if the data you need to process happens to be spread out over many nodes?
    • Motivates distributing data as evenly as possible over storage.
    • Energy used to extract data from disk? SSD not a problem. Could be increased energy though if you need to spin up two HDDs as opposed to one.

Diana: