Skip to content

jenzhng/CS475_Parallel_Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS475-Parallel-Programming

This course is all about parallel programming on the desktop and in a distributed environment (e.g., cluster) for applications that you are attempting to accelerate to improve user interaction and simulation and computational performance!

Topics include:

  • 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

Project files for CS475 - Parallel Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published