Open Hamidreza-Ramezani opened 2 years ago
This library is just a VideoCore VI QPU assembler. To use VideoCore VI GPGPU in torch (or other frameworks), you must implement DNN operations and replace torch's one. Please see https://github.com/Idein/qmkl6 as such an operation (GEMM) implementation example.
Hello,
Thank you for creating this great library. I was wondering if it can be used in torch as well for machine learning inference task (on Raspberry pi4)? If so, do you have any example for that?
Cheers,