Changes

Jump to: navigation, search

GPU621/Group 1

1 byte added, 23:42, 2 March 2023
What is False Sharing?(Introduction)
== Introduction : What is False Sharing?(Introduction) ==
Multicore programming is important to take advantage of the hardware's power as multicore processors are more common than ever. This is because it enables us to run our code on various CPU cores. But in order to effectively utilise it, it is crucial to know and comprehend the underlying hardware. The cache is one of the most crucial system tools. The majority of designs also have shared cache lines. And for this reason, false sharing in multicore/multithreaded tasks is a well-known issue. What is cache line ping-ponging, also known as false sharing?
25
edits

Navigation menu