|
69 | 69 | <a class="nav-link" href="#roadmap">Roadmap</a> |
70 | 70 | </li> |
71 | 71 | <li class="nav-item"> |
72 | | - <a class="nav-link" href="MICRO-2020-tutorial.html">Tutorial </a> |
| 72 | + <a class="nav-link" href="MICRO-2020-tutorial.html">Manuel </a> |
73 | 73 | </li> |
74 | 74 | <li class="nav-item"> |
75 | 75 | <a class="nav-link" href="https://groups.google.com/forum/#!forum/accel-sim">Contact</a> |
|
98 | 98 | validating programmable accelerators like GPUs. For full details, |
99 | 99 | please see our recent <a href="https://www.iscaconf.org/isca2020/papers/466100a473.pdf">ISCA 2020 paper</a> and download slides from <a href="ISCA2020-presentation-v3.0.pptx"> here</a>. |
100 | 100 | To keep you up-to-date with the recent news, please join our Google group <a |
101 | | - href="https://groups.google.com/forum/#!forum/accel-sim">here</a>!<br><br>. |
| 101 | + href="https://groups.google.com/forum/#!forum/accel-sim">here</a>!<br><br> |
102 | 102 | If you use GPGPU-Sim 4.x, trace-driven simulation, or any of the Accel-Sim components in your research, please cite:<br> |
103 | 103 |
|
104 | 104 | <li>Mahmoud Khairy, Jason Shen, Tor M. Aamodt, and Timothy G. Rogers |
@@ -185,6 +185,34 @@ <h3>Accel-Sim Overview</h3> |
185 | 185 | </center> |
186 | 186 | <hr> |
187 | 187 |
|
| 188 | + <h3>Manual</h3> |
| 189 | + <a name="manual"></a> |
| 190 | + <ul> |
| 191 | + <li> 1- Accel-Sim readme manual (beginner level and how to use): https://github.com/accel-sim/accel-sim-framework/blob/release/README.md |
| 192 | + </li> |
| 193 | +2- Accel-Sim per-component readme manual: |
| 194 | + a) Nvbit tracer: https://github.com/accel-sim/accel-sim-framework/blob/release/util/tracer_nvbit/README.md |
| 195 | + b) collecting HW stats: https://github.com/accel-sim/accel-sim-framework/blob/release/util/hw_stats/README.md |
| 196 | + c) simulation launch: https://github.com/accel-sim/accel-sim-framework/blob/release/util/job_launching/README.md |
| 197 | + d) correlation: https://github.com/accel-sim/accel-sim-framework/blob/release/util/plotting/README.md |
| 198 | + e) tuner: https://github.com/accel-sim/accel-sim-framework/tree/release/util/tuner |
| 199 | + f) accel-sim trace-driven: https://github.com/accel-sim/accel-sim-framework/blob/release/gpu-simulator/README.md |
| 200 | +3- The original GPGPU-sim manual for performance model: http://gpgpu-sim.org/manual/index.php/Main_Page |
| 201 | +4- The Accel-Sim ISCA 2020 paper: https://www.iscaconf.org/isca2020/papers/466100a473.pdf |
| 202 | + |
| 203 | +If you do not find an answer to your question in the above links, please search in previous asked questions on this group/or the closed Github issues (https://github.com/accel-sim/accel-sim-framework/issues). If you still cannot find an answer to your question, you're more than welcomed to post it here. |
| 204 | + <ul> |
| 205 | + <li> Multi-GPU simulation </li> |
| 206 | + <li> MLPerf traces </li> |
| 207 | + <li> NVIDIA's Ampere architecture modeling and traces </li> |
| 208 | + <li> AMD model and AMD-GCN traces support </li> |
| 209 | + </ul> |
| 210 | + |
| 211 | + Accel-Sim is an Open-Source, community-driven framework. If you are |
| 212 | + interested in contributing, or influencing the roadmap <a |
| 213 | + href="https://groups.google.com/forum/#!forum/accel-sim">contact |
| 214 | + us</a>!<br><br> |
| 215 | + |
188 | 216 | <h3>Accel-Sim Roadmap</h3> |
189 | 217 | <a name="roadmap"></a> |
190 | 218 | <ul> |
|
0 commit comments