llama-cpp-turboquant/examples/python_naive_matmul/README.md
2021-06-22 16:13:20 +09:00

9 lines
200 B
Markdown

# 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
```