[llvm] [NFC][Offload] Clarify `olDestroyQueue` (PR #152132)
Ross Brunton via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 5 06:24:15 PDT 2025
RossBrunton wrote:
@callumfare Does it have to? I was thinking that it could be used in a context where you create a temporary queue, enqueue a bit of work to it, olDestroy it and then use the events generated from it to enqueue other work on. Essentially a simple way to implement out of order queues.
https://github.com/llvm/llvm-project/pull/152132
More information about the llvm-commits
mailing list