[llvm-branch-commits] [llvm] [offload] Thread allocation kind through async info (PR #214755)
Robert Imschweiler via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Aug 7 08:33:37 PDT 2026
================
@@ -1001,7 +1003,35 @@ Error GenericDeviceTy::queryAsync(__tgt_async_info *AsyncInfo,
return Plugin::error(ErrorCode::INVALID_ARGUMENT,
"invalid async info queue");
- return queryAsyncImpl(*AsyncInfo, ReleaseQueue, IsQueueWorkCompleted);
+ bool WorkCompleted = false;
----------------
ro-i wrote:
uhm, I noticed that I forgot to add this in the commit message: I also wanted to fix some memory leaks coming from nowait regions, which don't get synchronized and only notice that they are done if they see completeness in queryAsync
https://github.com/llvm/llvm-project/pull/214755
More information about the llvm-branch-commits
mailing list