9 lines
388 B
Markdown
9 lines
388 B
Markdown
# Naive Matmul Implementation
|
|
|
|
This demonstrate a basic matmul implementation using Python and vulkan-kompute. Many thanks for the very helpful [SGEMM in WebGL2-compute](https://www.ibiblio.org/e-notes/webgl/gpu/mul/sgemm.htm) article on the public library [ibiblio.org](https://www.ibiblio.org/).
|
|
|
|
To test the implementation simply run the `matmul.py` script :
|
|
|
|
```
|
|
python matmul.py
|
|
```
|