# Accelerators

* [Learning resources](#learning-resources)
* [Accelerator Design](#accelerator-design)
  * [Languages](#languages)
  * [Tools](#tools)
  * [Techniques](#techniques)

## Learning resources

* [Tutorial on Hardware Accelerators for Deep Neural Networks](http://eyeriss.mit.edu/tutorial.html)

## Accelerator Design

* [Languages, Tools, and Techniques for Accelerator Design, ACM SIGARCH](https://www.sigarch.org/languages-tools-and-techniques-for-accelerator-design/)
* [Productive Parallel Programming for FPGA with HLS](https://spcl.inf.ethz.ch/Teaching/hls-tutorial/) - ETH Parallel Computing lab

### Languages

* [Dahlia](https://capra.cs.cornell.edu/dahlia/) - A programming language for generating FPGA Predictable Accelerator Design designs. It uses affine types to reason about memory use and drastically reduces the parameter space of architectural parameters while accepting Pareto-optimal designs
* [Aetherling](https://aetherling.org/) - A system for automatically compiling data-parallel programs into statically scheduled, streaming hardware circuits.

### Tools

### Techniques

* [Accelergy](http://accelergy.mit.edu/) - An Architecture-Level Energy Estimation Methodology for Accelerator Designs


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rajesh-s.gitbook.io/comparchsys/area_specific/accelerators.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
