Skip to content

Commit

Permalink
CFU Playground documentation outline
Browse files Browse the repository at this point in the history
  • Loading branch information
ShvetankPrakash authored Oct 8, 2023
1 parent 14f8f6a commit 0c41950
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions docs/source/cfu.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
CFU
===
CFU Playground
===

CFU Playground is a full-stack open-source framework for TinyML Acceleration. The tool enables users to rapidly design and prototype tightly coupled accelerators and explore novel design space tradeoffs between CPU and accelerator.

## Installing CFU Playground

In order to install CFU Playground, run the following script from the `oss-arch-gym` repository root:
```

```

## Run Training Scripts

Inside sims/CFU-Playground:

* **Random Walker**: ```python trainrandomwalker.py```

* **Other Algos Here**: ```python train....py```


To update the workload for the training scripts, follow these steps:
...

```
```

## Parameter Space
| System Parameter | Values |
| ---------------- | ------------- |
| | |

0 comments on commit 0c41950

Please sign in to comment.