« earlier | later » Page 1 of 4
The Secrets of Parallel Pathfinding on Modern Computer Hardware - Intel® Software Network edit / delete
Interesting (although a bit light on technical detail).
to ag0803 parallel pathfinding ... 6 days ago
SIMD < SIMT < SMT: parallelism in NVIDIA GPUs edit / delete
How parallel constructs in CUDA et al. map to hardware.
simonmar/monad-par - GitHub edit / delete
A parallel monad from Simon M.
to concurrency haskell parallel ... on 02 September 2011
OpenMP Multi-Threaded Template Library edit / delete
STL-compatible algorithms parallelised with OpenMP.
High Performance Computing: Training edit / delete
Tutorial materials on various HPC stuff, including OpenMP and MPI.
Designing and Building Parallel Programs edit / delete
to concurrency etext parallel teaching ... on 16 May 2011
Cell/B.E. & SpursEngine プログラミング edit / delete
SpursEngine examples.
The portable library version of GCD.
to concurrency gcd lightweight-threads parallel software ... on 24 March 2011
Preparing to Parallelize Code | Dr. Dobb's and Intel Go Parallel Programming edit / delete
Arguing about the "write serial code first" approach to parallel programming.
to concurrency parallel teaching ... on 27 February 2011
How to Avoid Being Pelted with Grapefruit-sized Hailstones – Intel Software Network Blogs edit / delete
Some really bad advice for parallel programming. (Maybe it's good advice if you're using a shared-memory approach, but I doubt it.)
to concurrency parallel teaching ... on 27 February 2011
« earlier | later » Page 1 of 4
| - parallel | |
| 1 | + ag0801 |
| 1 | + ag0803 |
| 1 | + aspects |
| 1 | + bit-twiddling |
| 1 | + ca |
| 1 | + cdc |
| 1 | + ce0813 |
| 1 | + cell |
| 1 | + cilk |
| 1 | + code |
| 1 | + compiler |
| 13 | + concurrency |
| 1 | + concurrent |
| 1 | + cpu |
| 1 | + cray |
| 1 | + csp |
| 1 | + design |
| 2 | + embedded |
| 1 | + erlang |
| 1 | + etext |
| 1 | + forth |
| 1 | + functional |
| 1 | + games |
| 1 | + gcd |
| 1 | + gpgpu |
| 1 | + gpu |
| 1 | + haskell |
| 1 | + hpc |
| 2 | + java |
| 1 | + journal |
| 1 | + language |
| 1 | + life |
| 1 | + lightweight-threads |
| 1 | + lisp |
| 1 | + microcontroller |
| 1 | + mpi |
| 1 | + multicore |
| 1 | + obfuscated |
| 2 | + openmp |
| 1 | + os |
| 1 | + parallel-survey |
| 1 | + pathfinding |
| 1 | + patterns |
| 2 | + pi-calculus |
| 2 | + pict |
| 5 | + programming |
| 20 | + research |
| 1 | + retrocomputing |
| 2 | + software |
| 7 | + teaching |
| 2 | + vector |
| 1 | + vm |
tasty by Adam Sampson.