MIMD
Also found in: Acronyms, Wikipedia.
MIMD
[¦em¦ī¦em¦dē] (computer science)
A type of multiprocessor architecture in which several instruction cycles may be active at any given time, each independently fetching instructions and operands into multiple processing units and operating on them in a concurrent fashion. Acronym for multiple-instruction-stream, multiple-data-stream.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.
MIMD
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
MIMD
(Multiple Instruction stream Multiple Data stream) The instruction execution architecture of a CPU that can process two or more independent sets of instructions simultaneously on two or more sets of data. CPUs with multiple cores are examples of MIMD architecture, each core performing SIMD processing. Hyperthreading also results in a certain degree of MIMD performance. See SIMD and hyperthreading.Copyright © 1981-2019 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.