CSC/ECE 506 Spring 2010/ch 2 aj/Data Parallel Programming: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Data-Parallel Programming Model | |||
= Introduction = | |||
Relationship with SIMD | Relationship with SIMD | ||
= Other Parallel Programming Models = | |||
== Shared Memory Programming Model == | |||
== Message Passing Programming Model == | |||
= Examples = | |||
Code example | Code example | ||
= References = | |||
1) Old textbook | 1) Old textbook | ||
2) Internet article | 2) Internet article |
Revision as of 02:39, 25 January 2010
Data-Parallel Programming Model
Introduction
Relationship with SIMD
Other Parallel Programming Models
Message Passing Programming Model
Examples
Code example
References
1) Old textbook
2) Internet article