Naive matrice multiplication example

This commit is contained in:
Corentin 2021-06-22 16:13:20 +09:00
parent 03bea35fce
commit 0b7d057727
2 changed files with 69 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# 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
```