py-videocore icon indicating copy to clipboard operation
py-videocore copied to clipboard

Implementation in C

Open hangst opened this issue 8 years ago • 2 comments

I've tried the python example codes on my RPi2 and the multithreaded sgemm computation time is really amazing.

I wonder if there is sgemm implementation in C such that it can be used in other applications coded in C that requires matrix computation heavily (e.g. convolution in computer vision)

hangst avatar May 29 '16 08:05 hangst

I'd like that a lot. Unfortunately, I don't have much time. Please feel free to re-implement my code with other QPU assemblers if you want.

2016年5月29日(日) 17:19 thomashang [email protected]:

I've tried the python example codes on my RPi2 and the multithreaded sgemm computation time is really amazing.

I wonder if there is sgemm implementation in C such that it can be used in other applications coded in C that requires matrix computation heavily (e.g. convolution in computer vision)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nineties/py-videocore/issues/3, or mute the thread https://github.com/notifications/unsubscribe/AAKiGieFYXcX071p_qWWN5CcQv5qiq8iks5qGUwPgaJpZM4IpPX9 .

nineties avatar May 29 '16 09:05 nineties

It's here: https://github.com/Terminus-IMRC/qmkl

Terminus-IMRC avatar Jan 26 '17 04:01 Terminus-IMRC