-
Notifications
You must be signed in to change notification settings - Fork 47
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
merge release code into development #534
Open
rocm-ci
wants to merge
139
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 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
… to resolve lib-debug libraries in ROCm
…caused the make of vecadd raja example to fail. Adding them back in.
…caused the make of vecadd raja example to fail. Adding them back in.
…NPATH. This is causing libatmi_runtime.so to resolve libs for comgr outside the aomp directory in ROCm installation.
…the AOMP Environment variable in hipcc.
Change-Id: I289840635bbb7485a46cbec94d806253db420006
#286) * Remove usage of ROCM_PATH in favor of ROCM_LLVM for fortran/openmp examples. * Clean up examples/fortran/helloworld Makefile. Clean up fortran/helloworld Makefile to remove references to GPU or offload-arch as the example is only host code.
Change-Id: I093327a2ebab65162f47f0efccf2c47bdecc13ee
Change-Id: I95a6ab1882780ef432c210ced4b65b4b9110eabe
* ROCm 5.3 package reorg. (#378) * ROCm 5.3 package reorg. Split openmp package to runtime and devel Change-Id: If6f263f38304866eabdfb7a5cd54059eac09008d * Define runtime and development package for non-stand alone build Changes based on review comments Co-authored-by: Ethan Stewart <[email protected]> * build_flang.sh 5.3 reorg. Add the option to copy flang1/flang2 into devel directory for non-standalone build. Co-authored-by: raramakr <[email protected]>
* ROCm 5.3 package reorg. (#378) * ROCm 5.3 package reorg. Split openmp package to runtime and devel Change-Id: If6f263f38304866eabdfb7a5cd54059eac09008d * Define runtime and development package for non-stand alone build Changes based on review comments Co-authored-by: Ethan Stewart <[email protected]> * build_flang.sh 5.3 reorg. Add the option to copy flang1/flang2 into devel directory for non-standalone build. Co-authored-by: raramakr <[email protected]>
This fixes the build using llvm from /opt/rocm in the epsdb.
Change-Id: If8891ac3b952a1beea8c843344ab2e2007bc1c87
Includes for hsa.h were changed to hsa/hsa.h in openmp files to accomodate changes in ROCr installation. This can cause an issue where a newer amd-stg-open build is using ROCr from 5.2 which provides a different include path. This can be removed once 5.3 ROCr is used.
* Add openmp asan examples. * [asan] - Update openmp examples Makefile. Use ROCM branded env variables instead of AOMP. * [asan] - Update examples README. * [asan] - Use rocm_agent_enumerator instead of mygpu.
Change-Id: Ia590b2318f03fe2b366e80948e4f20d160728fc5
Change-Id: I0b212d68b201064b39429aa99a972cfac75b020a
This will satisfy the current case of llvm being the only component installed in ROCM_INSTALL_PATH.
This reverts commit b494931.
This allows the sed command to properly replace the version in the utility scripts and avoid a build error for the upcoming ROCM_INSTALL_PATH change.
* Remove OUT_DIR in favor of INSTALL_PREFIX. This is done so we can control the INSTALL_PREFIX from the openmp-extras build script due to the location changing to ROCM_INSTALL_PATH. * Keep ROCM_INSTALL_PATH for debug src path.
Change-Id: If4542e2ddb2835d1f5fafc5328eff6a4d8ad58e7
The switch to using add_llvm_library has an install step that overrides the OPENMP_LIBDIR_SUFFIX. We have to set LLVM_LIBDIR_SUFFIX for the build of openmp.
This reverts commit 7dae0d6. seems to break epsdb and npsdb
The switch to using add_llvm_library has an install step that overrides the OPENMP_LIBDIR_SUFFIX. We have to set LLVM_LIBDIR_SUFFIX for the build of openmp.
Bulk Promotion for Nov. 11th, 2022 Merge remote-tracking branch 'origin/aomp-epsdb' into HEAD Change-Id: Ia048b134fab30ad49c22b9f691a84dc1c86c7103
For Bulk Promotion for ROCm 5.5 from November 11, 2022 Merge remote-tracking branch 'origin/promotion/aomp-epsdb-mainline/2022.11.11' into HEAD Change-Id: Iec54e2c08ead70d3becd8bd2a0b9f964803e306f
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