# 2023ComputerArchitecture_Bingo
**Repository Path**: jared663/2023-computer-architecture-bingo
## Basic Information
- **Project Name**: 2023ComputerArchitecture_Bingo
- **Description**: SYSU 2023 Computer Architecture Final Project:Reproduce Bingo
- **Primary Language**: C/C++
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-12-17
- **Last Updated**: 2024-01-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Bingo
This repository contains the source code accompanying the following paper:
```
@inproceedings{Bingo,
title={Bingo Spatial Data Prefetcher},
author={Mohammad Bakhshalipour, Mehran Shakerinava, Pejman Lotfi-Kamran, Hamid Sarbazi-Azad},
booktitle={International Symposium on High-Performance Computer Architecture (HPCA)},
year={2019}
}
```
This source code includes the implementation of our proposal, named **Bingo**, as well as the implementation of competing methods such as **BOP**, **SPP**, **VLDP**, **AMPM**, and **SMS**. Everything is implemented on top of a modified version of the [ChampSim](https://github.com/ChampSim/ChampSim) simulator. Several scripts for running simulations and gathering results are also provided in this repo. Enjoy! :)
*Please cite our paper if you use this code in your own work.*
 UPDATE: Bingo was recognized as the **best** data prefetching approach for multi-core processors in the [Third Data Prefetching Championship (DPC-3)](https://dpc3.compas.cs.stonybrook.edu/slides/dpc3_closing.pdf), co-located with International Symposium on Computer Architecture (ISCA), 2019.