You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix deleted tflite policy directory in regalloc_trace_worker
Due to the thread pool executor not being inside the `with` statement setting
up the directory holding the policy, it sometimes got deleted before all
compilations were finished. This patch fixes that by making sure the thread
pool is done before the context manager for the temp dir closes.
Reviewers: mtrofin
Reviewed By: mtrofin
Pull Request: #434
0 commit comments