SIMD
Sign in to saveAlso known as Single Instruction Multiple Data, single instruction, multiple data
class of parallel computers in Flynn's taxonomy, with multiple processing elements that perform the same operation on multiple data points simultaneously
Wikidata facts
Show 1 more fact
- ACM Classification Code (2012)
- 10010534
via Wikidata · CC0
Article · 日本語
single instruction, multiple data(シングルインストラクション・マルチプルデータ、SIMD)とはコンピューターの演算処理に関するフリンの分類のひとつで、1つの命令を同時に複数のデータに適用する並列化の形態を指す。この手法にもとづく演算をベクトル演算 (vector operation) と呼ぶこともある。通例、SIMD命令により同時処理するのに適したデータ構造あるいはデータ型を利用するため、命令実行の前に処理対象のデータ列はいったん結合(パック)され、処理完了後に分解(アンパック)される。結合されたデータはpacked data(パックデータ、パックトデータ)と呼ばれる。
Abstract from DBpedia / Wikipedia · CC BY-SA
Connections
CPU cache
Entity
Flynn's taxonomy
Entity
hazard
Entity
Microsoft
Entity
central processing unit
Entity
application programming interface
Entity
computer storage media
Entity
cache
Entity
distributed computing
Entity
parallel computing
Entity
GNU Compiler Collection
Entity
multiplexer
Entity
ARM architecture
Entity
system on a chip
Entity
instruction control unit
Entity
MIPS architecture
Entity
vector processor
Entity
general-purpose computing on graphics processing units
Entity
Cray-1
Entity
Advanced Vector Extensions
Entity