-
Notifications
You must be signed in to change notification settings - Fork 8
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 #70
Open
rocm-ci
wants to merge
1,313
commits into
master
Choose a base branch
from
rocm-5.5.x
base: master
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
…lex math functions Change-Id: I7d804c5e0bfe1093b20af7afbbeeb63b86298b7a
Change-Id: Ie692437ff3a50c98630efcdf36a1444d7d55c525
…lex math functions Change-Id: I7d804c5e0bfe1093b20af7afbbeeb63b86298b7a
Change-Id: Ie692437ff3a50c98630efcdf36a1444d7d55c525
…lex math functions Change-Id: I7d804c5e0bfe1093b20af7afbbeeb63b86298b7a
Change-Id: Ie692437ff3a50c98630efcdf36a1444d7d55c525
…lex math functions Change-Id: I7d804c5e0bfe1093b20af7afbbeeb63b86298b7a
Change-Id: Ie692437ff3a50c98630efcdf36a1444d7d55c525
Change-Id: If4b1c9dc989c38670ccf338fa1589af40dac1954
Asan reported global buffer overflows.
This was done to prevent picking up system versions of libomp.so
This was done to prevent picking up system versions of libomp.so
This was done to prevent picking up system versions of libomp.so
Flang adds hardcoded attribute to kernel functions: amdgpu-flat-work-group-size="256,256" . This attribute can cause wrong program execution especially when hardcoded work group size attribute does not correspond to work group size used in OpenMP runtime. Signed-off-by: Dominik Adamski <[email protected]> Signed-off-by: Dominik Adamski <[email protected]>
Change-Id: I15bb079fdcbe57b4c386616cba6042cc010fef2a
This reverts commit 092afa4.
Change-Id: I56a610d003a852b844a94936b58e20865a99ebd6
519.clvleaf_t: FOPTIMIZE += -Mx,201,2 # workaround for map copy issue
…-patch restore genasys gest patch, and add flag to allow 519 to
Flang uses pgmath by default. Unfortunately this library is not supported on the GPU. That's why we observe undefined symbol if we want to use this symbol on the GPU. This patch adds call to libomptarget equivalent function (powif) if the code is generated for the AMD GPU. Signed-off-by: Dominik Adamski <[email protected]> Signed-off-by: Dominik Adamski <[email protected]>
… region (#65) Eliminate calls to variadic modulo runtime functions. Variadic functions cause linking errors for OpenMP target pragma if we compile code without inline optimization. OpenMP math library is used for C/C++ and Fortran code. That's why Fortran runtime functions names should not collide with user C++ function names. Adding prefix __ before Fortran runtime functions name eliminates potential conflict with user C++ function names. Co-Author: Shivarama Rao
For Bulk Promotion Nov 11, 2022 For ROCm 5.5 Merge commit 'fa1bfb3ee4ce80067eaab837b8167ac9ab55fde0' into HEAD Change-Id: Id167fa5f481171bb5d6c8bf2ab1f60c321439f18
…sdb-mainline 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: I911c6d09c081c933ec8956af467e4bdc7e8342b0
Change-Id: I5b651286c97c9b3fdc8091fa4a8cfc2d7bd114ef
Change-Id: I97493de6782ed8314798a4779bc27b31aeec66ac
Clang and Flang can generate the code where the host side can invoke target offloading procedure with more arguments than the number of device OpenMP kernel arguments. If given host symbol is not mapped into the device symbol then it should be not treated as valid param for offloading. Change-Id: Iba7480b08030447532522a4ad8f5a55f7dcef34d
We should modify type of target param only if: * we call the function which launches offloaded kernel and: * host variable is not mapped as kernel argument Change-Id: Ia8e51d5841d7e6d631d13457be29a43c664b1fd4
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