Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
SoPHy+
Kim T., Kang J., Kim S., Ha S. Microprocessors & Microsystems43 (C):47-58,2016.Type:Article
Date Reviewed: Aug 1 2016

This paper deals with the problem of efficiently mapping programs to an accelerator that presents runtime choices about how to map programs to computation elements either because the accelerator configuration is unknown at compile time or because of configuration changes brought on by failure.

The solution proposed in the paper is to require programs to be expressed as a static dataflow graph with compute nodes corresponding to functions and edges representing communication of data from producing functions to consuming ones. Edges are annotated with “sample rates”: two numbers that specify constraints on how fast results can be produced and how fast they can be consumed by compute units. The runtime problem then becomes: assign compute cores to nodes in the dataflow graph to maximize overall throughput while respecting the sample rates allowed at consuming cores. Although the optimal solution would require exponential time, a heuristic that greedily maximizes the increment in throughput for every core to be assigned in order seems to work well.

Overall, this interesting read with a practical evaluation based on Intel Xeon Phis suggests that this technique might be useful in practice. It is unclear how easy it would be to assign sample rates to a dataflow graph as required in the paper; assuming this were possible, the scheduling algorithm in the paper clearly merits consideration.

Reviewer:  Amitabha Roy Review #: CR144653 (1611-0806)
Bookmark and Share
 
Multiple Data Stream Architectures (Multiprocessors) (C.1.2 )
 
 
Microprocessors And Microcomputers (B.7.1 ... )
 
 
Run-Time Environments (D.3.4 ... )
 
Would you recommend this review?
yes
no
Other reviews under "Multiple Data Stream Architectures (Multiprocessors)": Date
Cache-coherent multiprocessors
Baskett F., University Video Communications, Stanford, CA, 1991. Type: Book
Feb 1 1994
Multiple processor systems for real-time applications
Liebowitz B., Carson J., Prentice-Hall, Inc., Upper Saddle River, NJ, 1985. Type: Book (9789780136051145)
Jan 1 1986
Multicomputer networks: message-based parallel processing
Reed D., Fujimoto R., MIT Press, Cambridge, MA, 1988. Type: Book (9789780262181297)
Apr 1 1989
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy