This project aims to emulate a modern cache replacement algorithm. After conducting a literature review consisting of papers from top Computer Architecture confereneces such as ISCA, HPCA, and MICRO, ...
Abstract: To always ensure that the best memory blocks are available in the Cache Memory, several Cache Replacement algorithms are used like Least Recently Used, Most Frequently Used, etc. but each ...
In practice, the “active rows” of big matrices (experts, embeddings, features) change slowly step‑to‑step. I designed Paired Replacement to update that active block in O(k) bytes (only what changed) ...
Abstract: The current era in computer science field works in multicore processors. In multicore processors there are multiple CPUs, so the processor can execute multiple instructions of same task or ...