NPRG058: Advanced Programming in Parallel Environment
Links
We have gathered several links to materials that are closely related to the subject. If you detect broken links or you wish to share a good link with your fellow students, please send an e-mail to the teacher.
Parallel Programming on CPUs
- Intel Threading Building Blocks
- TBB Reference Manual
- OpenMP Homepage
- OpenMP 4.0 Specification
- Intel CILK Plus homepage
GPGPU
- CUDA Runtime API
- CUDA Programming Guide
- CUDA Best Practices
- CUDA Toolkit Documentation (the crossroads)
- OpenCL main page at Khronos
Others
- Web Workers specification (multicore JavaScript processing)
- WebCL main page -- OpenCL for web browsers
- MPI Forum -- MPI specifications, examples, etc.
- NPRG051