Added to changelog
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
parent
1b0159e02c
commit
21d9939c2d
2 changed files with 8 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue