[clang] [flang] [llvm] [openmp] [OpenMP][Offload] Add offload runtime support for dyn_groupprivate clause (PR #152831)

Alex Duran via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 10 09:08:36 PDT 2026


================
@@ -413,7 +413,7 @@ Error L0KernelTy::setIndirectFlags(L0DeviceTy &l0Device,
 
 Error L0KernelTy::launchImpl(GenericDeviceTy &GenericDevice,
                              uint32_t NumThreads[3], uint32_t NumBlocks[3],
-                             KernelArgsTy &KernelArgs,
+                             uint32_t DynBlockMemSize, KernelArgsTy &KernelArgs,
----------------
adurang wrote:

Are we guaranteed that DynBlockMemSize will be 0 here. Otherwise, can we may be add an error check for it=

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


More information about the cfe-commits mailing list