[flang-commits] [flang] [mlir] [Flang][OpenMP] Privatize descriptors for assumed shape array maps for performance increase (PR #212336)
Pranav Bhandarkar via flang-commits
flang-commits at lists.llvm.org
Tue Aug 11 21:49:32 PDT 2026
https://github.com/bhandarkar-pranav commented:
This more or less lgtm to me but i have a couple of high-level points
1) It would be good to include performance improvement numbers, if you have them handy, from the reduced DMA of a the descriptor.
2) Somewhere in the comments, could you please explain what "privatization" of a descriptor is. I had to look at the runtime code to get an understanding of what privatization in teh context of a descriptor meant. I get how target_param is used, but it would have helped greatly to have an explanation for "privatization". Having said that, i see that the term is used pretty liberally throughout the PR so if this is documented somewehre, please include a link.
https://github.com/llvm/llvm-project/pull/212336
More information about the flang-commits
mailing list