[llvm] [Offload] Improve `olDestroyQueue` logic (PR #153041)

Ross Brunton via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 15 03:17:39 PDT 2025


RossBrunton wrote:

Decided to add a test for waiting on events after the queue has been destroyed, and that turned out to not work at all. So I've added a janky system to allow waiting on events that outlive their queues.

https://github.com/llvm/llvm-project/pull/153041


More information about the llvm-commits mailing list