Conflicts in Cache Behavior Prediction

Conflicts in Cache Behavior Prediction

Memory transfers are the performance bottleneck of many applications due to poor data locality and limited memory bandwidth. Code refactoring for better data locality can improve cache behavior, leading to significant performance boosts.

Benefits

The ability to systematically identify and resolve performance bottlenecks is a highly sought-after skill.

Performance matters! During this thesis you can:

Motivation and Background

Modeling cache behavior can gain valuable insights to possible performance bottlenecks. Reuse distance, a measure of data locality, is useful in identification and optimization of hot code regions exhibiting poor data locality. It is defined as the number of unique memory locations referenced between a pair of references to the same memory location. On the granularity of cache lines, reuse distance can model spatial and temporal locality to assess cache behavior of applications.

Assuming a fully associative cache with least recently used (LRU) replacement policy, predicting cache behavior with reuse distance is exact. However, several cache-specific details are omitted by reuse distance:

Goals and Tasks

In this thesis, you will explore the accuracy of cache behavior prediction with reuse distance in irregular applications. As an example application, you will use sequential sparse matrix-vector multiplications (SpMV), a ubiquitous kernel, for instance in physical simulations and graph algorithms.

In the context of this thesis, you will:

  1. Reuse distance
  2. Associativity-aware reuse distance
  3. pseudo-LRU (optional)
  4. Cachegrind (a Valgrind tool, optional)

Prerequisites

Starting Literature

Organisatorisches

Note: I will not reply to LLM-generated emails.

Last Change: Wed, 09 Apr 2025 11:04:58 +0200 - Viewed on: Fri, 11 Apr 2025 16:39:52 +0200
Copyright © MNM-Team http://www.mnm-team.org - Impressum / Legal Info  - Datenschutz / Privacy