jesuisalexjamet / TLP-HPCA30-artifact

The Two Level Perceptron (TLP) predictor is a neural mechanism that effectively combines predicting whether an access will be off-chip with adaptive prefetch filtering at the first-level data cache (L1D).
https://doi.org/10.1109/HPCA57654.2024.00046
MIT License
3 stars 1 forks source link

Hello. Is FLP implemented by the “predict“ function in the offchip_pred_perc.cc file? Is SLP implemented by the “predict_on_prefetch” function in the offchip_pred_perc.cc file? @jesuisalexjamet #7

Open szuhzw opened 2 months ago

szuhzw commented 2 months ago

image

szuhzw commented 2 months ago

@jesuisalexjamet