Skip to content

Commit 601c69d

Browse files
committed
remove .
1 parent 3651b55 commit 601c69d

1 file changed

Lines changed: 30 additions & 2 deletions

File tree

index.html

Lines changed: 30 additions & 2 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">Tutorial </a>
72+
<a class="nav-link" href="MICRO-2020-tutorial.html">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>
@@ -98,7 +98,7 @@
9898
validating programmable accelerators like GPUs. For full details,
9999
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>.
100100
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>
102102
If you use GPGPU-Sim 4.x, trace-driven simulation, or any of the Accel-Sim components in your research, please cite:<br>
103103

104104
<li>Mahmoud Khairy, Jason Shen, Tor M. Aamodt, and Timothy G. Rogers
@@ -185,6 +185,34 @@ <h3>Accel-Sim Overview</h3>
185185
</center>
186186
<hr>
187187

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+
188216
<h3>Accel-Sim Roadmap</h3>
189217
<a name="roadmap"></a>
190218
<ul>

0 commit comments

Comments
 (0)