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