Updated documentation to add relevant pages for releasE

Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
Alejandro Saucedo 2021-09-12 19:12:29 +01:00
parent 99df5a2be9
commit 1b0159e02c
7 changed files with 63 additions and 7 deletions

View file

@ -0,0 +1,3 @@
.. mdinclude:: ../../examples/neural_network_vgg7/README.md

View file

@ -0,0 +1,12 @@
.. mdinclude:: ../../examples/python_naive_matmul/README.md
Implementation Overview
================
The benchmark can be found in the `benchmark.py` file in the repo, which is outlined below. This file runs a naive implementation of the three matrix multiplication implementations to evaluate the performance of each.
.. literalinclude:: ../../examples/python_naive_matmuln/benchmark.py
:language: python

View file

@ -0,0 +1,3 @@
.. mdinclude:: ../../examples/pi4_mesa_build/README.md