E-mail: yamamsat@oregonstate.edu
Discord: satoru#2984
Repository for learning parallel programming in C/C++. Each file includes the result of the experiment.
- Moore's Law and Multicore
- Multicore programming using OpenMP
- Speedups and Amdahl's Law
- Hyperthreading
- Caching issues and False Sharing
- Data Decomposition
- Functional Decomposition
- Single Instruction Multiple Data (SIMD)
- GPU Computing, including CUDA and OpenCL
- OpenCL / OpenGL Interoperability
- Message Passing Interface (MPI)