Srinath Avadhanula

Results 3 comments of Srinath Avadhanula

Hi Anand, This repo is unfortunately a bit stale. I have been updating and fixing all bugs in a sister repo: https://github.com/srinathava/raspberry-pi-sleep-monitor That repo has video streaming + some motion...

Hi, I can reproduce this as well. I tried attaching GDB to python when it was hung and I can see that it seems to be stuck during Python shutdown...

A workaround seems to be to add: ``` mlir_module = None import gc; gc.collect() ``` after you are done extracting the MLIR asm from `mlir_module`. So something like this works:...