-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CFU Playground documentation outline
- Loading branch information
1 parent
14f8f6a
commit 0c41950
Showing
1 changed file
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | | ||
| ---------------- | ------------- | | ||
| | | |