-
Notifications
You must be signed in to change notification settings - Fork 729
Fortran misc edits to conform to dir struc and naming #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
Conversation
Signed-off-by: Ron Green <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I think We should get another Fortran samples expert to review these as well. @greenrongreen Any recommendations?
I have requested Barbara Perz to review |
The title for this is still labelled as 'WIP' hence not merging. Please update title to indicate readiness. |
DirectProgramming/Fortran/CombinationalLogic/openmp-primes/README.md
Outdated
Show resolved
Hide resolved
DirectProgramming/Fortran/DenseLinearAlgebra/optimize-integral/README.md
Show resolved
Hide resolved
DirectProgramming/Fortran/DenseLinearAlgebra/optimize-integral/README.md
Show resolved
Hide resolved
DirectProgramming/Fortran/DenseLinearAlgebra/optimize-integral/README.md
Show resolved
Hide resolved
DirectProgramming/Fortran/DenseLinearAlgebra/vectorize-vecmatmult/README.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Barbara reviewed and made a few comments, Ron should be making changes accordingly
- The samples all run fine. Directions are good.
- Change main sample root directory oneAPI-samples/DirectProgramming/Fortran/vec_samples
to main sample root directory oneAPI-samples/DirectProgramming/Fortran/DenseLinearAlgebra/vectorize-vecmatmult - here’s a Makefile in the dir, but the README.md doesn’t say to use it. The other samples state to use the Makefile.
Pushed fixes from Review by Barbara Perz. |
All 3 samples have dir name changes to match samples standard. README.md all 3 updated with Title change to reflect the directory names.