[llvm-branch-commits] [llvm] [mlir] [OpenMP][OMPIRBuilder] Use device shared memory for arg structures (PR #150925)

Michael Kruse via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 31 05:49:33 PDT 2025


https://github.com/Meinersbur commented:

Passing callbacks around significantly adds complexity. Did you consider deriving a new class from CodeExtractor and overriding some method `createAlloca` for use by OpenMPIRBuilder? 

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


More information about the llvm-branch-commits mailing list