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

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 23 06:25:00 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.";
----------------
jhuber6 wrote:

Name seems kind of generic, this is a special event that waits on everything above it or something?

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


More information about the llvm-commits mailing list