Fortran do conc#1895
Merged
Merged
Conversation
Signed-off-by: u172874 <u172874@s001-n161.aidevcloud>
Signed-off-by: hagabb <henry.a.gabb@intel.com>
jimmytwei
approved these changes
Sep 15, 2023
jimmytwei
reviewed
Sep 17, 2023
| ## Key Implementation Details | ||
| [Using Fortran DO CONCURRENT for Accelerator Offload](https://www.intel.com/content/www/us/en/developer/articles/technical/using-fortran-do-current-for-accelerator-offload.html) provides more detailed descriptions of each example code, and discusses the relative merits of each approach. | ||
|
|
||
| ## License |
Contributor
There was a problem hiding this comment.
@hagabb Can you move the License section to the end?
Contributor
Author
There was a problem hiding this comment.
I moved the License section to the end of the README.
jimmytwei
reviewed
Sep 17, 2023
| > | ||
| >For more information on environment variables, see Use the setvars Script for [Linux or macOS](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-linux-or-macos.html). | ||
|
|
||
| ### Running Samples on the DevCloud |
Contributor
There was a problem hiding this comment.
@hagabb Can we remove this section (the one that references DevCloud)? We'll have the correct verbiage for IDC at a later date.
Contributor
Author
There was a problem hiding this comment.
I removed the section about the IDC.
Signed-off-by: hagabb <henry.a.gabb@intel.com>
jimmytwei
approved these changes
Sep 18, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adding a New Sample(s)
Description
This is the Fortran edge detection sample that was approved by the oneAPI Code Samples WG earlier this year. It implements a simple edge detection algorithm using ordinary for-loops and do concurrent loops, then offloads the computing to a GPU using OpenMP.
This sample is more thoroughly described in a recent article on IDZ: https://www.intel.com/content/www/us/en/developer/articles/technical/using-fortran-do-current-for-accelerator-offload.html.
Checklist
Administrative
Code Development
Security and Legal
Review