Open main menu

CDOT Wiki β

Changes

GPU621/False Sharing

1 byte added, 02:31, 26 November 2021
Cache Coherence and Cache Line
We can’t store all the different versions of the data and or just pick a random one to be the correct version, this would create havoc in our computer systems.
The answer is we need cache coherence which is the uniformity of shared resource data that ends up stored in multiple local caches. In other words, we must keep all the local caches synchronized. The challenge of doing so is known as the Cache Coherence Problem. To solve this problem, multiprocessor multi-processor systems rely on coherence protocols to manage and maintain cache coherency.
== False Sharing ==
83
edits