llama-cpp-turboquant/examples/python_naive_matmul
2021-06-24 19:36:08 +09:00
..
1_naive_matmul.py Automated work group parameters and tiling matmul 2021-06-24 18:36:10 +09:00
2_tiled_matmul.py Better tiling implementation, fixed tiling asserts 2021-06-24 19:36:08 +09:00
3_better_tiling.py Better tiling implementation, fixed tiling asserts 2021-06-24 19:36:08 +09:00
first_example.py Naive matmul benchmark 2021-06-22 18:21:32 +09:00
README.md Automated work group parameters and tiling matmul 2021-06-24 18:36:10 +09:00

Naive Matmul Implementation

This demonstrate a basic matmul implementation using Python and vulkan-kompute. Many thanks for the very helpful SGEMM in WebGL2-compute article on the public library ibiblio.org.

To test the implementation simply run the matmul.py script :

python matmul.py