Difference between revisions of "DPS921/Group 8"

From CDOT Wiki
Jump to: navigation, search
(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 ==
+
= False Sharing in Parallel Programming =
 +
 
 +
== Introduction ==
 +
 
 +
= Location of the problem - Local cache =
 +
 
 +
= Signs of false sharing =
 +
 
 +
= Solutions =
 +
 
 +
== Padding ==
 +
 
 +
== Local variable ==
 +
 
 +
=Conclusion =

Revision as of 21:12, 30 October 2018

Group 8

Our Project: Analyzing False Sharing - Case Studies

Group Members

  1. Aditya Rahman
  2. Zhijian Zhou
  3. eMail All

False Sharing in Parallel Programming

Introduction

Location of the problem - Local cache

Signs of false sharing

Solutions

Padding

Local variable

Conclusion