Login to filter by course Login to filter by course Reset
Memory Cache PrinciplesExplores memory cache principles, emphasizing spatial locality, latency impact, and cache efficiency strategies.
CMP Caches IExplores CMP cache basics, transactional memory, in-flight transactions, cache overflow mechanism, and victim replication.
Multi Masters SystemsExplores Multi Masters Systems, discussing architectures with multiple processors, shared memory, mutual exclusion, and hardware accelerators.
LocalityExplores the significance of locality in system design, discussing caching, prefetching, and data placement strategies to optimize performance.
Direct-mapped and Annex CachesCovers direct-mapped and annex caches in computer architecture, explaining cache structure, access patterns, hit rates, and latency calculations.
Memory Consistency: Basics and ModelsExplores memory consistency, cache coherence, and relaxed models in modern CPUs, emphasizing the balance between strict ordering and flexible memory operations.