[llvm] [offload] Add context parameter to olCreateQueue (PR #213057)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 02:19:10 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>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/213057 at github.com>
================
@@ -177,6 +182,7 @@ struct AsyncInfoWrapperTy {
GenericDeviceTy &Device;
__tgt_async_info LocalAsyncInfo;
__tgt_async_info *AsyncInfoPtr;
+ PluginContextTy *Context = nullptr;
----------------
blazej-smorawski wrote:
My rough implementation: https://github.com/lplewa/llvm-project/pull/5. Still needs some cleanup around the edges, but I think that the idea that Context is responsible for initializing async info sounds good.
https://github.com/llvm/llvm-project/pull/213057
More information about the llvm-commits
mailing list