Changes

Jump to: navigation, search

GPU621/Group 1

12 bytes added, 18:48, 9 April 2023
Cache Consistency
When multiple threads exchange data, one of the sharing patterns that has an impact on performance is false sharing. When at least two threads change or use data that just so happens to be nearby in memory and ends up in the same cache line, it causes this problem. False sharing happens when they frequently change their individual data in such a way that the cache line switches back and forth between the caches of two different threads.
 
== Cache ==
== Cache Consistency ==
[[File:cacheCons.png|500px|center]]
<br style="clear:both" />
 
== The MESI protocol ==

Navigation menu