[all-commits] [llvm/llvm-project] 0ecf2e: [flang][OpenMP] Map simple `do concurrent` loops t...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Tue Feb 18 05:59:22 PST 2025
Branch: refs/heads/users/ergawy/upstream_do_concurrent_3_basic_host_support
Home: https://github.com/llvm/llvm-project
Commit: 0ecf2e2f0f7d87e9aff50240c84ab9196a42d64f
https://github.com/llvm/llvm-project/commit/0ecf2e2f0f7d87e9aff50240c84ab9196a42d64f
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M flang/docs/DoConcurrentConversionToOpenMP.md
M flang/lib/Optimizer/OpenMP/DoConcurrentConversion.cpp
M flang/test/Transforms/DoConcurrent/basic_host.f90
A flang/test/Transforms/DoConcurrent/basic_host.mlir
A flang/test/Transforms/DoConcurrent/non_const_bounds.f90
A flang/test/Transforms/DoConcurrent/not_perfectly_nested.f90
Log Message:
-----------
[flang][OpenMP] Map simple `do concurrent` loops to OpenMP host constructs
Upstreams one more part of the ROCm `do concurrent` to OpenMP mapping
pass. This PR add support for converting simple loops to the equivalent
OpenMP constructs on the host: `omp parallel do`. Towards that end, we
have to collect more information about loop nests for which we add new
utils in the `looputils` name space.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list