llama-cpp-turboquant/docs/overview/matmul-benchmark.rst
Alejandro Saucedo 21d9939c2d Added to changelog
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2021-09-12 19:35:25 +01:00

14 lines
409 B
ReStructuredText

.. 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