Added to changelog

Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
Alejandro Saucedo 2021-09-12 19:34:50 +01:00
parent 1b0159e02c
commit 21d9939c2d
2 changed files with 8 additions and 5 deletions

View file

@ -3,10 +3,12 @@
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
.. literalinclude:: ../../examples/python_naive_matmul/benchmark.py
:language: python