Skip to content

Commit 0d34feb

Browse files
committed
[bibliography] Add Flynn 1966 entry
Add bibliography entry for Flynn 1966, the paper that introduced what later became known as "Flynn's Taxonomy." This classifies parallel computer hardware as SISD, SIMD, MISD, or MIMD. Adding this entry will let [simd] ("Data-parallel types") refer to this paper (a change to be made in a future commit) when unpacking the "SIMD" abbreviation.
1 parent 85de0af commit 0d34feb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/back.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@
8686
Roldan Pozo, Karin Remington, R. Client Whaley
8787
\doccite{An Updated Set of Basic Linear Algebra Subprograms (BLAS)}.
8888
ACM Trans.\ Math.\ Soft., Vol.\ 28, Issue 2, 2002.
89+
\bibitem{flynn-taxonomy}
90+
Michael J.\ Flynn,
91+
\doccite{Very High-Speed Computing Systems}.
92+
Proceedings of the IEEE, Vol.\ 54, Issue 12, 1966.
8993
\end{thebibliography}
9094

9195
% FIXME: For unknown reasons, hanging paragraphs are not indented within our

0 commit comments

Comments
 (0)