Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Single Instruction stream Multiple Data

SISD single instruction, single data stream SIMD single instruction, multiple data stream MIMD multiple instruction, multiple data stream. [Pg.562]

During the early part of this decade, there was a vivid debate between proponents of MIMD (multiple instruction stream, multiple data stream) and SIMD (single instruction stream, multiple data stream) type parallel computers. This taxonomy, which stem from Flynn s classification [25,26] of possible computer architectures, can now be said to be mostly of historical and academic interest. [Pg.237]

Matrix multiplication is generally stated to be an process, n being the dimension of the matrix. However, using the techniques of algebraic complexity theory, matrix multiplication can in fact be shown to be an process on a serial computer. It can be shown that on a parallel processor (single instruction stream, multiple data stream), the maximum number of... [Pg.495]

SIMD. This Single instruction stream, multiple data stream or SIMD family employs many fine- to medium-grain arithmetic/logic units (more than tens of thousands), each associated with a given memory block (e.g., Maspar-2, TMC CM-5). Under the management of a single system-wide controller, all units perform the same operation on their independent data each cycle. [Pg.3]

Single instruction stream, multiple data stream (SIMD). Each processor operates in lock step, with an identical instruction stream but different data streams. [Pg.87]

More limited versions of SIMD architectures are common today. Rather than simultaneously computing all results as is done in the CM-2, the more modern SIMD architectures pipeline data through one or more execution units and can achieve high computational rates due to the repetitiveness of the work involved. This arrangement is used in vector processors (for example, the Cray XI ). Also, modern microprocessors now have extensions allowing single instructions to perform identical operations on multiple pieces of data. Examples include Intel s Streaming SIMD Extensions (SSE) and Motorola AltiVec used in recent versions of the IBM POWER processor. [Pg.18]

Multiple instruction stream, single data stream (MISD). Each processor applies a different instruction stream (i.e., a different algorithm) to the same data stream. [Pg.87]


See other pages where Single Instruction stream Multiple Data is mentioned: [Pg.260]    [Pg.260]    [Pg.23]    [Pg.18]    [Pg.239]    [Pg.97]    [Pg.327]    [Pg.1991]    [Pg.566]    [Pg.2007]    [Pg.2008]    [Pg.2010]    [Pg.2010]    [Pg.2012]   


SEARCH



Instructions

Single instruction multiple data

Single instruction multiple data streams SIMD)

© 2024 chempedia.info