Automated work group parameters and tiling matmul

This commit is contained in:
Corentin 2021-06-24 18:36:10 +09:00
parent 8c9ad5f2a4
commit 425380f1a1
3 changed files with 183 additions and 21 deletions

View file

@ -1,6 +1,6 @@
# Naive Matmul Implementation
This demonstrate a basic matmul implementation using Python and vulkan-kompute
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 :