Difference between revisions of "GPU621/Distributed Workload"

From CDOT Wiki
Jump to: navigation, search
(Created page with "== Group Members == # [mailto:mjwolfe@myseneca.ca?subject=GPU621 mjwolfe] # [mailto:ael-masery@myseneca.ca?subject=GPU621 ael-masery]")
 
Line 1: Line 1:
 
== Group Members ==
 
== Group Members ==
 
# [mailto:mjwolfe@myseneca.ca?subject=GPU621 mjwolfe]
 
# [mailto:mjwolfe@myseneca.ca?subject=GPU621 mjwolfe]
# [mailto:ael-masery@myseneca.ca?subject=GPU621 ael-masery]
+
 
 +
== Overview ==
 +
'''TBB''': is a template library developed by Intel to provide methods to facilitate parallel programming. This is done by dividing a computation into tasks that can be scheduled to run in parallel threads on multi-core processors.

Revision as of 21:53, 2 December 2018

Group Members

  1. mjwolfe

Overview

TBB: is a template library developed by Intel to provide methods to facilitate parallel programming. This is done by dividing a computation into tasks that can be scheduled to run in parallel threads on multi-core processors.