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

Ɓukasz Plewa via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 31 07:04:26 PDT 2026


================
@@ -15,6 +15,12 @@
 
 namespace llvm::omp::target::plugin {
 
+L0ContextTy::L0ContextTy(LevelZeroPluginTy &Plugin, ze_driver_handle_t zeDriver,
----------------
lplewa wrote:

header have only forward declaration of the LevelZeroPluginContextTy, while we need full for unique_ptr.

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


More information about the llvm-commits mailing list