-
Notifications
You must be signed in to change notification settings - Fork 9
merge release code into development #56
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
Open
rocm-ci
wants to merge
57
commits into
aomp-dev
Choose a base branch
from
rocm-5.5.x
base: aomp-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
…libm. This was done so that we no longer have to use CCC_OVERRIDE_OPTIONS in build_openmp_extras.sh.
goal is to get this script installed into /opt/rocm/llvm/bin//aompcc and have a symlink from /opt/rocm/bin/aompcc -> /opt/rocm/llvm/bin//aompcc
Soft link will reside in /opt/rocm/bin/aompcc and point to ../llvm/bin/aompcc.
Change-Id: I4f14bc26be64b72e6bdea7679605ab8bb461da3a
Symlinks will be created in the prototype build script.
Change-Id: I8c240c36ad423f1d848de0293cb3dea615c565d7
…n_fix Added back support for -version and --version
…_version Change hardcoded version number to generic
Change-Id: I0ca1d629361fe78ba0a05952838e569b7acf3056
Change-Id: Ib657c0476b01670588fab87c8cf2b90c99b54eab
…mp/libomptarget/deviceRTLs/libm
A complete merge will cause issues as llvm-project does not have the changes in mainline yet. Change-Id: I00d8ec940f757e5413e83c466ed81b7bdfaa20c5
-Added gfx1031 support -Corrected gpu2code for gfx1010, gfx1030 -Added additional descriptions in gputable.txt
For june 13th bulk promotion for LLVM. Merge commit '9afbd7b336db818cf71aa5dd9e5163bd57601e83' into HEAD Change-Id: I2261f5ddeed5ed61105c721c38b3d2b5be0fc54c
Add gfx90a ID, update MI100 naming, and add additional gfx1030 ID.
7a84cd1 Add more support for gfx1030. Add support for gfx90a. Update MI100 naming. Still waiting on llvm to merge older commits. Change-Id: I897e469a573ad841e4fc8466667f8e577e20da8c
for June 13th promotion Merge remote-tracking branch 'origin/dsalinas/aomp-epsdb-mainline_merge-jun13-2021' into aomp-epsdb-mainline Change-Id: Ideb69a42a180047b26d66be6dd771b187e7e6466
for Bulk Promote Nov 06 2021 Merge remote-tracking branch 'gerritgit/aomp-epsdb' into HEAD Change-Id: I3a657d9168c660f94ff0512c24b3db61ad9c84fe
For Feb 10 2022 bulk promotion Merge remote-tracking branch 'origin/aomp-epsdb' into HEAD Change-Id: Ia5e5e11d30e04590d4b72eb123388b517ab9a04f
Remove installation of gputable.txt from cmake as this no longer exists. mygpu uses offload-arch instead.
Change-Id: I5c2e3e8afe575e4554ee46bc39777115c6830042
Split openmp package to runtime and devel Change-Id: I9aa0d7d0627e07f76fe45f33e7cf89b04369610e Co-authored-by: Ethan Stewart <[email protected]> Co-authored-by: raramakr <[email protected]>
Split openmp package to runtime and devel Change-Id: I9aa0d7d0627e07f76fe45f33e7cf89b04369610e Co-authored-by: Ethan Stewart <[email protected]> Co-authored-by: raramakr <[email protected]>
Change-Id: I7cfc19b809db77bccd7efddc41f586cc287c852f
Change-Id: Ib9b5e49123c153378a4a133a3f4aaeedee44db9c
Change-Id: Ic2b73e3bd54d2199f5aab032dea4545c7f940fc5
Change-Id: I90bea503746bd469c94a8a7db30df05705c3076a
Change-Id: I6b35e1d5799d4f3e1daa78561217bafeb8498a75
Works around issue on 16 gpu system. Change-Id: I836b1686600f987fa42e20ff601b788633149a19
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.
merge release code into development