Skip to content

Commit

Permalink
Include instruction on how to use modified Akita in readme (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
syifan authored Oct 21, 2024
1 parent 1596eea commit 383c963
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ MGPUSim is a high-flexibility, high-performance, high-accuracy GPU simulator. It
- Run the simulation with `./fir -timing --report-all` to run the simulation.
- Check the generated `metrics.csv` file for high-level metrics output.

## Develop with Modified Version of Akita (or other depending libraries)

If a modification to Akita is required, you can clone Akita next to the MGPUSim directory in your system. Then, you can modify the `go.mod` file to include the following line.

```
replace github.com/sarchlab/akita/v3 => ../akita
```

This line will direct the go compiler to use your local version of Akita rather than the official release of Akita.

## Benchmark Support

| AMD APP SDK | DNN Mark | HeteroMark | Polybench | Rodinia | SHOC |
Expand Down

0 comments on commit 383c963

Please sign in to comment.