Changes

Jump to: navigation, search

Team False Sharing

305 bytes removed, 15:47, 15 December 2017
Cache Coherence
[[File:Coherent.gif|500px|left]]
<br style="clear:both" />
 
In Figure, threads 0 and 1 require variables that are adjacent in memory and reside on the same cache line. The cache line is loaded into the caches of CPU 0 and CPU 1. Even though the threads modify different variables, the cache line is invalidated forcing a memory update to maintain cache coherency.
=Identifying False Sharing=
96
edits

Navigation menu