1 / 12
Exploring Data-Parallel Architectures for Enhanced Performance
120 likes | 147 Views
Learn about SIMD architecture, connectivity methods, and data-parallel computation in computer science. Discover mapping strategies onto processing elements and hierarchical structures like trees and hypercubes.
Download Presentation
Exploring Data-Parallel Architectures for Enhanced Performance
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
10.Introduction to Data-Parallel architectures • SIMD {Single Instruction Multiple Data} • 10.1 Introduction • 10.2 Connectivity • 10.3 Alternative architecture • e.g. add: (c1=a1+b1), (c2=a2+b2), (c3=a3+b3) TECH Computer Science CH01
Application of Data-parallel Architectures: One data entity processed by one PE
Mapping Problem space into Architectural Space:Data entity onto PE (1-to-1 mapping)
More Related