Skip to content

OSUsatoru/ParallelProgramming

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages