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

Pranav Bhandarkar via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Aug 6 13:56:34 PDT 2025


https://github.com/bhandarkar-pranav commented:

Overall, the approach makes sense to me. thank you for the PR. Only big concern is @Meinersbur's comment on using a derived class of `CodeExtractor` instead of callbacks. Having said that callbacks are all over the place in `OMPIRBuilder`.

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


More information about the llvm-branch-commits mailing list