Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the fundamentals of cache coherence, focusing on the challenges of maintaining data consistency across multiple processors. It explains the concepts of hardware cache coherence, memory hierarchy, and the principles of locality. The instructor discusses the incoherence problem that arises when multiple cores access and update shared data concurrently. Various cache coherence protocols, such as MSI and MESI, are explored, along with their mechanisms and state diagrams. The lecture also delves into the implementation of directory-based coherence protocols to reduce bus contention and improve scalability in multi-core systems.