|
|
||
|---|---|---|
| .. | ||
| benchmark.py | ||
| first_example.py | ||
| imp1_naive.py | ||
| imp2_tiled.py | ||
| imp2_tiled_debug.py | ||
| imp3_better_tiling.py | ||
| matmul_plot.py | ||
| README.md | ||
Naive Matmul Implementation
This demonstrate a basic matmul implementation using Python and vulkan-kompute. Many thanks for the very helpful SGEMM in WebGL2-compute article on the public library ibiblio.org.
To test the implementation simply run the matmul.py script :
python matmul.py