[llvm-branch-commits] [llvm] [offload] Thread allocation kind through async info (PR #214755)

Kevin Sala Penades via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Aug 21 16:55:56 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;
----------------
kevinsala wrote:

QueryAsync is probably not the most precise name. It is a query + cleanup (if everything was completed).

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


More information about the llvm-branch-commits mailing list