Changes

Jump to: navigation, search

GPU621/CamelCaseTeam

248 bytes added, 02:47, 22 July 2021
no edit summary
Our team will do a research on comparison between c++ 11 threads library and openmp. We will code problems with both libraries to demonstrate the coding differences and do the performance analysis on those two approaches. We will highlight the techniques and best practices to achieve the best performance and avoid the pitfalls.
 
== C++ Threading ==
 
C++ threading consists of the creation of a thread that works on a function. By having multiple threads, multiple functions are able to be performed at the same time which enables parallel processing.
 
== OpenMP Threading ==
16
edits

Navigation menu