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 Model =
Data-Parallel Programming Model  


== Introduction ==
= Introduction =


Relationship with SIMD
Relationship with SIMD


== Other Parallel Programming Models ==
= Other Parallel Programming Models =


=== Shared Memory Programming Model ===
== Shared Memory Programming Model ==


=== Message Passing Programming Model ===
== Message Passing Programming Model ==


== Examples ==
= Examples =


Code example
Code example


== References ==
= 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

Shared Memory Programming Model

Message Passing Programming Model

Examples

Code example

References

1) Old textbook

2) Internet article