Idein / py-videocore

Python library for GPGPU on Raspberry Pi
MIT License
792 stars 89 forks source link

sgemm: Add emit_qbin function #13

Closed Terminus-IMRC closed 7 years ago

Terminus-IMRC commented 7 years ago

Add code for emitting .qbin code for qmkl.

This PR also fixes the wrong argument for sgemm_gpu_code.

nineties commented 7 years ago

Thank you. But because emit_qbin is versatile I think it is better to add this to Assembler class as a method.

Terminus-IMRC commented 7 years ago

I see. I'll add this to the assembler.

Terminus-IMRC commented 7 years ago

Duplicate of https://github.com/nineties/py-videocore/pull/14. Please refer to the new PR.