Difference between revisions of "GPU621/Braindead"

From CDOT Wiki
Jump to: navigation, search
(Created this page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{GPU621/DPS921 Index | 20214}}
 
{{GPU621/DPS921 Index | 20214}}
= C++11 Threads Library Comparison to OpenMP - Case Studies =
+
= C++11 STL Comparison to TBB - Case Studies =
Our goal is to explore the multithreading libraries in C++11, and compare them to using directives with OpenMP.
+
Our goal is to compare the STL to the TBB in C++11.
  
 
== Group Members ==
 
== Group Members ==
Line 15: Line 15:
 
=== June 13, 2021 ===
 
=== June 13, 2021 ===
 
Created this page and decided on this topic: C++11 Threads Library Comparison to OpenMP - Case Studies.
 
Created this page and decided on this topic: C++11 Threads Library Comparison to OpenMP - Case Studies.
 +
 +
=== June 27, 2021 ===
 +
Switched topic to C++11 STL Comparison to TBB - Case Studies.
 +
 +
== ??? ==

Revision as of 16:31, 24 July 2021


GPU621/DPS921 | Participants | Groups and Projects | Resources | Glossary

C++11 STL Comparison to TBB - Case Studies

Our goal is to compare the STL to the TBB in C++11.

Group Members

Joseph Chan

Bowen Chu

Henry Xu

Progress

June 13, 2021

Created this page and decided on this topic: C++11 Threads Library Comparison to OpenMP - Case Studies.

June 27, 2021

Switched topic to C++11 STL Comparison to TBB - Case Studies.

???