matmul-benchmark.rst 409 Bytes
Newer Older
mashun1's avatar
v1  
mashun1 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14

.. 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_matmul/benchmark.py
   :language: python