Difference between revisions of "GPU621/Distributed Workload"
(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] | ||
− | + | ||
+ | == 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 20:53, 2 December 2018
Group Members
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.