# Naive Matmul Implementation This demonstrate a basic matmul implementation using Python and vulkan-kompute To test the implementation simply run the `matmul.py` script : ``` python matmul.py ```