Difference between revisions of "DPS921/Group 8"
(Added sections for our work.) |
|||
Line 6: | Line 6: | ||
# [mailto:arahman27@myseneca.ca;zzhou33@myseneca.ca?subject=GPU621/DPS921 eMail All] | # [mailto:arahman27@myseneca.ca;zzhou33@myseneca.ca?subject=GPU621/DPS921 eMail All] | ||
− | + | = False Sharing in Parallel Programming = | |
+ | |||
+ | == Introduction == | ||
+ | |||
+ | = Location of the problem - Local cache = | ||
+ | |||
+ | = Signs of false sharing = | ||
+ | |||
+ | = Solutions = | ||
+ | |||
+ | == Padding == | ||
+ | |||
+ | == Local variable == | ||
+ | |||
+ | =Conclusion = |
Revision as of 20:12, 30 October 2018
Contents
Group 8
Our Project: Analyzing False Sharing - Case Studies