janetsc opened a new pull request, #12807: URL: https://github.com/apache/tvm/pull/12807
Each thread has its own thread local storage for workspace and pool objects. But those perform allocations from a global HexagonBufferManager. We found a case where the map was not getting updated during AllocWorkspace, which then later caused FreeWorkspace to fail. Added a mutex to protect all access to the map. cc: @nverke @JosephTheOctonaut @adstraw @supersat -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
