[flang-commits] [flang] [mlir] [Flang][MLIR][OpenMP] - Add support for firstprivate when translating omp.target ops from MLIR to LLVMIR (PR #131213)
Pranav Bhandarkar via flang-commits
flang-commits at lists.llvm.org
Fri Apr 11 12:56:42 PDT 2025
bhandarkar-pranav wrote:
@ergawy and @tblah - Update: Like I said before, I have some end-to-end testcases that exposed some problems. These problems are not all in `firstprivate`. In fact, I have found problems in the handling of `maps` for certain types too (See https://github.com/llvm/llvm-project/issues/134912) . I have now, what I believe, the last two of these problems on my plate now. One is a wrong answer (bad run) and one is a runtime crash because of a bad device pointer. Both of these are related to `fir.boxchar`. I am working on these fixes and would like to merge this PR only after they are done.
https://github.com/llvm/llvm-project/pull/131213
More information about the flang-commits
mailing list