Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multiprocessing Analysis

This project is an analysis the performance of multiprocessing in C++ using OpenMP and CUDA for the following two problems:

  • The calculation of Pi using the Monte Carlo method.
  • The calculation of a vector/matrix/vector product.

Analysis

Different multiprocessing approaches are used for testing purpose, like using critical sections, atomics, reductions, etc. The results of the analysis are well explained, commented and justified in the following Jupiter Notebooks:

Requirements

About

Multiprocessing analysis of OpenMP & CUDA

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages