Automated work group parameters and tiling matmul
This commit is contained in:
parent
8c9ad5f2a4
commit
425380f1a1
3 changed files with 183 additions and 21 deletions
|
|
@ -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 :
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue