[flang-commits] [flang] [WIP][flang][OpenMP] Experimental pass to map `do concurrent` to OMP (PR #77285)

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Wed Jan 10 22:39:14 PST 2024


ergawy wrote:

> Do not run `DO CONCURRENT` in parallel by default without ensuring first that the loop is free of non-parallelizable data usage.

Thanks for your reply. Yup, I am looking into understanding the inherent issues in `do concurrent` at the moment. I spent sometime going over your discussions on Github and J3 forums (not directly you but relevant to the issues you raised) and trying to understand the issues in deeper detail. Once I form some more background, I will reach out to you if you don't mind since you thought about this problem a lot longer than I did.

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


More information about the flang-commits mailing list