Subhaditya's KB

Home

❯

KB

❯

Parallel computing

❯

SIMD

SIMD

Sep 18, 20241 min read

  • parallelcomputing

SIMD

  • Single instruction on multiple data
  • Graphics, Image processing
  • Synchronous, Deterministic
  • GPU
  • Vector Processor
  • Limited by Amdahl’s Law
  • More energy efficient than MIMD
  • Time space duality

Graph View

Backlinks

  • Flynn's Taxonomy
  • MIMD
  • Register to Register Architecture
  • _Index_of_Parallel computing

Created with Quartz v4.3.1 © 2025

  • GitHub