9 lines
200 B
Markdown
9 lines
200 B
Markdown
# 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
|
|
```
|