Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 568 Bytes

File metadata and controls

21 lines (17 loc) · 568 Bytes

Contact info

E-mail: yamamsat@oregonstate.edu
Discord: satoru#2984

Parallel Programming

Repository for learning parallel programming in C/C++. Each file includes the result of the experiment.

Main Topics

  • 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)