[llvm] [offload] Add context parameter to olCreateQueue (PR #213057)

Jan Trusiłło via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 02:20:02 PDT 2026


================
@@ -36,16 +37,21 @@ class L0QueueTy {
   L0CmdListManagerTy *CmdList = nullptr;
   /// Whether the queue is in-order or out-of-order.
   bool CreateQueueInOrder;
+  /// Owning plugin-side context (never null on an active queue).
----------------
311Volt wrote:

This comment can be misread to imply this is an owning pointer (reword as "plugin-owned context"?)

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


More information about the llvm-commits mailing list