Naive matrice multiplication example
This commit is contained in:
parent
03bea35fce
commit
0b7d057727
2 changed files with 69 additions and 0 deletions
9
examples/python_naive_matmul/README.md
Normal file
9
examples/python_naive_matmul/README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue