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

Python library for GPGPU on Raspberry Pi

Results 5 py-videocore issues
Sort by recently updated
recently updated
newest added

# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine tests/test_alu.py and observe `rotatoin`, however expect to see `rotation`. - Examine tests/test_branch.py and observe `returnes`,...

Do you think this would be reasonable to implement with Tensorflow as a [py_func op](https://www.tensorflow.org/api_docs/python/tf/py_func)? I think it's reasonable to assume it would be worth creating a module as a...

256M memory for GPU ====================================================================== ERROR: test_raw.test_raw_hex ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/home/pi/vision/py-videocore/tests/test_raw.py", line 16, in test_raw_hex print_qhex(raw_hex, file = f)...

If the developer has installed the raspbian-lite there will be no /dev/vscm, so the developer needs to be informed.

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...