29#ifndef __MEM_CACHE_PREFETCH_SLIM_AMPM_HH__
30#define __MEM_CACHE_PREFETCH_SLIM_AMPM_HH__
49struct SlimAMPMPrefetcherParams;
61 SlimAMPM(
const SlimAMPMPrefetcherParams &
p);
Class containing the information needed by the prefetch to train and generate new prefetch requests.
Delta Correlating Prediction Tables Prefetcher References: Multi-level hardware prefetching using low...
SlimAMPM(const SlimAMPMPrefetcherParams &p)
DeltaCorrelatingPredictionTables & dcpt
DCPT prefetcher object.
void calculatePrefetch(const PrefetchInfo &pfi, std::vector< AddrPriority > &addresses, const CacheAccessor &cache) override
AccessMapPatternMatching & ampm
AMPM prefetcher object.
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
Provides generic cache lookup functions.