Changes

Jump to: navigation, search

GPU621/False Sharing

463 bytes added, 01:59, 27 November 2021
Conclusion
== Conclusion ==
 
Identifying false sharing requires detailed code inspection as everything will appear to work normally on the surface. However, when left unchecked false sharing will be detrimental to the program's performance and scalability. This article discussed the relation between the cache and false sharing. In addition, using a simple example, we explained how you can use padding, synchronization, and thread local variables to reduce the frequency of false sharing.
83
edits

Navigation menu