Skip to content

Commit d0b9bca

Browse files
committed
adding manual
1 parent 601c69d commit d0b9bca

1 file changed

Lines changed: 17 additions & 26 deletions

File tree

index.html

Lines changed: 17 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<a class="nav-link" href="#roadmap">Roadmap</a>
7070
</li>
7171
<li class="nav-item">
72-
<a class="nav-link" href="MICRO-2020-tutorial.html">Manuel </a>
72+
<a class="nav-link" href="#manual">Manuel </a>
7373
</li>
7474
<li class="nav-item">
7575
<a class="nav-link" href="https://groups.google.com/forum/#!forum/accel-sim">Contact</a>
@@ -185,33 +185,24 @@ <h3>Accel-Sim Overview</h3>
185185
</center>
186186
<hr>
187187

188-
<h3>Manual</h3>
189-
<a name="manual"></a>
188+
<h3>Manual</h3>
189+
<a name="manual"></a>
190190
<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
191+
<li> Beginner level and how to use: <a href="https://github.com/accel-sim/accel-sim-framework/blob/release/README.md"> Accel-Sim beginner manual</a>
192192
</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>
193+
<li> Accel-Sim per-component readme manuals: </li>
194+
<ul>
195+
<li> <a href="https://github.com/accel-sim/accel-sim-framework/blob/release/util/tracer_nvbit/README.md"> Nvbit tracer</a> </li>
196+
<li> <a href="https://github.com/accel-sim/accel-sim-framework/blob/release/util/hw_stats/README.md"> Collecting HW stats</a> </li>
197+
<li> <a href="https://github.com/accel-sim/accel-sim-framework/blob/release/util/job_launching/README.md"> Collecting simulation stats</a> </li>
198+
<li> <a href="https://github.com/accel-sim/accel-sim-framework/blob/release/util/plotting/README.md"> Correlator</a> </li>
199+
<li> <a href="https://github.com/accel-sim/accel-sim-framework/tree/release/util/tuner/README.md"> Tuner </a> </li>
200+
<li> <a href="https://github.com/accel-sim/accel-sim-framework/blob/release/gpu-simulator/README.md"> Accel-Sim's Trace-driven front-end </a> </li>
201+
</ul>
202+
<li> Performance model manual: <a href="http://gpgpu-sim.org/manual/index.php/Main_Page"> Original GPGPU-Sim manual </a> </li>
203+
<li> <a href="https://www.iscaconf.org/isca2020/papers/466100a473.pdf"> The Accel-Sim ISCA 2020 paper</a> </li>
204+
<hr>
205+
<br>
215206

216207
<h3>Accel-Sim Roadmap</h3>
217208
<a name="roadmap"></a>

0 commit comments

Comments
 (0)