Idein / py-videocore6

Python library for GPGPU programming on Raspberry Pi 4
https://idein.jp
GNU General Public License v2.0
247 stars 28 forks source link

Memoize asm #44

Closed ishiy1993 closed 4 years ago

ishiy1993 commented 4 years ago

Enable to memoize the same code as follows:

prog = assemble(gpu_code)
code = drv.program(prog)