[llvm] [Offload] Replace "EventOut" parameters with `olCreateEvent` (PR #150217)

Ross Brunton via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 23 06:30:33 PDT 2025


================
@@ -10,6 +10,17 @@
 //
 //===----------------------------------------------------------------------===//
 
+def : Function {
+    let name = "olCreateEvent";
+    let desc = "Create an event that will resolve when all current work in the queue is complete.";
----------------
RossBrunton wrote:

It waits on the most recent object added to the queue (which functionally means everything previously scheduled for the queue).

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


More information about the llvm-commits mailing list