forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[flang][OpenMP] Extend do concurrent
mapping to device.
#50
Merged
Commits on May 9, 2024
-
[flang][OpenMP] Extend
do concurrent
mapping to device.For simple loops, we can now choose to map `do concurrent` to either the host (i.e. `omp parallel do`) or the device (i.e. `omp target teams distribute parallel do`). In order to use this from `flang-new`, you can pass: `-fopenmp -fdo-concurrent-parallel=[host|device|none]`; where `none` will disable the `do concurrent` mapping altogether.
Configuration menu - View commit details
-
Copy full SHA for 62423e1 - Browse repository at this point
Copy the full SHA 62423e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b854076 - Browse repository at this point
Copy the full SHA b854076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c8ad61 - Browse repository at this point
Copy the full SHA 1c8ad61View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1347e2f - Browse repository at this point
Copy the full SHA 1347e2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bd0d48 - Browse repository at this point
Copy the full SHA 1bd0d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a7d51 - Browse repository at this point
Copy the full SHA b2a7d51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71a1fa0 - Browse repository at this point
Copy the full SHA 71a1fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ed6040 - Browse repository at this point
Copy the full SHA 2ed6040View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 476fffe - Browse repository at this point
Copy the full SHA 476fffeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bb1152 - Browse repository at this point
Copy the full SHA 3bb1152View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.