120 likes | 272 Views
This introduction explores data-parallel architectures, focusing on Single Instruction Multiple Data (SIMD) systems. It covers the essential characteristics of these systems, including connectivity options, such as near-neighbor and hierarchical structures like 2-D mesh and hypercube configurations. Additionally, it discusses the mapping of problem space into architectural space, where data entities are processed by processing elements (PEs) in a 1-to-1 mapping. Learn how these architectures enable effective parallel computation in various applications within computer science.
E N D
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)