[llvm] [OFFLOAD] Add asynchronous queue query API for libomptarget migration (PR #172231)
Kevin Sala Penades via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 15 18:02:15 PST 2026
================
@@ -125,3 +125,15 @@ def olLaunchHostFunction : Function {
];
let returns = [];
}
+
+def olQueryAsync : Function {
+ let desc = "Query for queue work completion on in a non-blocking manner.";
+ let details = [
+ "The function checks if a queue work has completed without blocking the calling thread.",
----------------
kevinsala wrote:
"if a queue has completed enqueued work"
https://github.com/llvm/llvm-project/pull/172231
More information about the llvm-commits
mailing list