Changes

Jump to: navigation, search

GPU621/False Sharing

1 byte removed, 12:57, 26 November 2021
Analyzing False Sharing
The key thing to note is that you do not need to modify the same piece of data. If the modified data happens to belong to the same cache line, the cache will be invalidated, forcing a memory update to maintain cache coherency.
 
=== Example ===
83
edits

Navigation menu