1 / 42

Chapter 2: Program and Network Properties

EENG-630 - Chapter 2. Data dependences. Flow dependenceAntidependenceOutput dependenceI/O dependenceUnknown dependence. EENG-630 - Chapter 2. Unknown dependence. The subscript of a variable is itself subscribedThe subscript does not contain the loop index variableA variable appears more than o

clio
Download Presentation

Chapter 2: Program and Network Properties

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. EENG-630 - Chapter 2 Chapter 2: Program and Network Properties Conditions of parallelism Program partitioning and scheduling Program flow mechanisms System interconnect architectures

    2. EENG-630 - Chapter 2 Data dependences Flow dependence Antidependence Output dependence I/O dependence Unknown dependence

    3. EENG-630 - Chapter 2 Unknown dependence The subscript of a variable is itself subscribed The subscript does not contain the loop index variable A variable appears more than once with subscripts having different coefficients of the loop variable The subscript is nonlinear in the loop index variable

    4. EENG-630 - Chapter 2 Data dependence example

More Related