David Schall

Results 41 issues of David Schall

The set of patches implements the decoupled front-end in gem5. I marked it as WIP as it depends on #356, #357, #358. The full implementation as well as an example...

cpu-o3
mem
arch-x86
cpu

[This](https://github.com/dhschall/gem5-fdp/tree/fdp) is the development repository for **Fetch Directed Instruction Prefetching (FDP)** in gem5 also known as **decoupled front-end**. FDP was originally published in [MICRO'99](https://web.eecs.umich.edu/~taustin/papers/MICRO32-fdp.pdf). Today, FDP is the standard front-end...

cpu

To support the decoupled front-end the BPU must have the ability to add a placeholder for branches that are not in the BTB (surprise branches). In this case the front-end...

cpu

This is a utility workflow to update all go dependencies. 1. It will integrate through all folders containing a mod file and update the dependencies. Note it will *NOT* fail...

Those files will be generated anyway Fix some linter stuff

The invoker fails to issue requests with RPS > 1000

bug

In #238 we implement a new workflow that use Github runners for CI testing. However, the workflow is not implemented for all benchmarks yet: The benchmarks and the once net...

enhancement