[llvm] [Offload] Rename olWaitEvent/Queue to olSyncEvent/Queue (PR #150023)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 22 07:16:22 PDT 2025


================
@@ -21,8 +21,8 @@ def : Function {
 }
 
 def : Function {
-    let name = "olWaitEvent";
-    let desc = "Wait for the event to be complete.";
+    let name = "olSyncEvent";
----------------
jhuber6 wrote:

CUDA calls it `StreamSynchronize` but I don't think we need to be that verbose unless the other functions are all spelled out.

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


More information about the llvm-commits mailing list