[llvm] [offload] Add context parameter to olCreateQueue (PR #213057)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 13 05:34:31 PDT 2026
=?utf-8?q?Łukasz?= Plewa <lukasz.plewa at intel.com>,
=?utf-8?q?Łukasz?= Plewa <lukasz.plewa at intel.com>,
=?utf-8?q?Łukasz?= Plewa <lukasz.plewa at intel.com>,blazej-smorawski
<blazej.smorawski at intel.com>,
=?utf-8?q?Łukasz?= Plewa <lukasz.plewa at intel.com>,
=?utf-8?q?Łukasz?= Plewa <lukasz.plewa at intel.com>,
=?utf-8?q?Łukasz?= Plewa <lukasz.plewa at intel.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/213057 at github.com>
================
@@ -369,11 +366,15 @@ class L0DeviceTy final : public GenericDeviceTy {
/// Create an immediate command list.
Expected<ze_command_list_handle_t>
- createImmCmdList(uint32_t Ordinal, uint32_t Index, bool InOrder = false);
+ createImmCmdList(uint32_t Ordinal, uint32_t Index, bool InOrder = false,
----------------
blazej-smorawski wrote:
How the default arg is used? I see it in `Expected<OmpInteropTy> L0DeviceTy::createInterop` in L0Device.cpp where you could call something like `Ret->device_info.Context = getZeContext();` just a few lines above right?
https://github.com/llvm/llvm-project/pull/213057
More information about the llvm-commits
mailing list