Open main menu

CDOT Wiki β

DPS921/Group 8

Revision as of 22:02, 25 November 2018 by Arahman27 (talk | contribs) (Local variable)

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

Synchronization

Conclusion