Multiprocessing Architecture

From OSDev.wiki
Revision as of 00:45, 7 January 2016 by osdev>Schol-r-lea (Created page with "{{stub}} This page is intended to provide an overview of the various forms of multiprocessing (e.g., SIMD, MIMD, SMP), and the issues relating to them (e.g., vector processing...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This page is a stub.
You can help the wiki by accurately adding more contents to it.

This page is intended to provide an overview of the various forms of multiprocessing (e.g., SIMD, MIMD, SMP), and the issues relating to them (e.g., vector processing, systolic array processing, non-uniform memory access) and how they relate to different types of multiprocessor/multicore systems.