CSC/ECE 506 Spring 2010/ch 2 aj/Data Parallel Programming: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
Data Parallel Programming
= Data-Parallel Programming Model =
 
== Introduction ==
 
Relationship with SIMD
 
== Other Parallel Programming Models ==
 
=== Shared Memory Programming Model ===
 
=== Message Passing Programming Model ===
 
== Examples ==
 
Code example
 
== References ==
 
1) Old textbook
 
2) Internet article

Revision as of 02:38, 25 January 2010

Data-Parallel Programming Model

Introduction

Relationship with SIMD

Other Parallel Programming Models

Shared Memory Programming Model

Message Passing Programming Model

Examples

Code example

References

1) Old textbook

2) Internet article