[llvm] [offload] Add context parameter to olCreateQueue (PR #213057)
Ćukasz Plewa via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 05:18:13 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).
----------------
lplewa wrote:
done
https://github.com/llvm/llvm-project/pull/213057
More information about the llvm-commits
mailing list